From bba3c4c5b6319a9441a05fd80029f0e7f693847f Mon Sep 17 00:00:00 2001 From: dbs Date: Wed, 9 Mar 2011 21:59:40 +0000 Subject: [PATCH] 'newpo' in install_all_locales was wiping out all fr-CA translations Long story short, we would rather have install_all_locales fail loudly than silently wipe out fr-CA. git-svn-id: svn://svn.open-ils.org/ILS/trunk@19668 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- build/i18n/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/i18n/Makefile b/build/i18n/Makefile index 26c62f27df..b72b61f52e 100644 --- a/build/i18n/Makefile +++ b/build/i18n/Makefile @@ -312,7 +312,7 @@ install: updatepo project fmidl2fmidlent fmidlpo2entity-en cp $(PROJECT)/$(LOCALE)/TranslatorPopup.js $(DOJO_WIDGET_SRC)/$(DOJO_LOCALE)/TranslatorPopup.js cp $(PROJECT)/$(LOCALE)/XULTermLoader.js $(DOJO_WIDGET_SRC)/$(DOJO_LOCALE)/XULTermLoader.js -install_all_locales: newpo newpot +install_all_locales: newpot for i in `ls po/*/*po|grep -v en-US | cut -f3 -d'/' | cut -f1 -d. | sort | uniq`; \ do \ make LOCALE=$$i install; \ -- 2.43.2