From: dbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Date: Wed, 9 Mar 2011 21:59:40 +0000 (+0000)
Subject: 'newpo' in install_all_locales was wiping out all fr-CA translations
X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=bba3c4c5b6319a9441a05fd80029f0e7f693847f;p=evergreen%2Fmasslnc.git

'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
---

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; \