'newpo' in install_all_locales was wiping out all fr-CA translations
authordbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 9 Mar 2011 21:59:40 +0000 (21:59 +0000)
committerdbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 9 Mar 2011 21:59:40 +0000 (21:59 +0000)
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

index 26c62f2..b72b61f 100644 (file)
@@ -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; \