[open-ils-commits] r19669 - branches/rel_2_1/build/i18n (dbs)

svn at svn.open-ils.org svn at svn.open-ils.org
Wed Mar 9 17:00:26 EST 2011


Author: dbs
Date: 2011-03-09 17:00:21 -0500 (Wed, 09 Mar 2011)
New Revision: 19669

Modified:
   branches/rel_2_1/build/i18n/Makefile
Log:
'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.


Modified: branches/rel_2_1/build/i18n/Makefile
===================================================================
--- branches/rel_2_1/build/i18n/Makefile	2011-03-09 21:59:40 UTC (rev 19668)
+++ branches/rel_2_1/build/i18n/Makefile	2011-03-09 22:00:21 UTC (rev 19669)
@@ -312,7 +312,7 @@
 	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; \



More information about the open-ils-commits mailing list