[freeside-commits] freeside/FS/FS Locales.pm,1.3,1.4

Ivan,,, ivan at wavetail.420.am
Wed Dec 14 15:35:06 PST 2011


Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv15371

Modified Files:
	Locales.pm 
Log Message:
add fr_HT and ht_HT locales for french (haiti) and haitian creole, RT#15269

Index: Locales.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Locales.pm,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -w -d -r1.3 -r1.4
--- Locales.pm	14 Dec 2011 23:20:18 -0000	1.3
+++ Locales.pm	14 Dec 2011 23:35:04 -0000	1.4
@@ -28,8 +28,8 @@
 =cut
 
 tie our %locales, 'Tie::IxHash',
-  'en_CA', { name => 'English',        country => 'Canada', },
   'en_US', { name => 'English',        country => 'United States', },
+  'en_CA', { name => 'English',        country => 'Canada', },
   'fr_CA', { name => 'French',         country => 'Canada', },
   'fr_FR', { name => 'French',         country => 'France', },
   'fr_HT', { name => 'French',         country => 'Haiti', },



More information about the freeside-commits mailing list