[freeside-commits] freeside/FS/FS Locales.pm,1.1.2.2,1.1.2.3
Ivan,,,
ivan at wavetail.420.am
Wed Dec 14 15:35:11 PST 2011
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv15416
Modified Files:
Tag: FREESIDE_2_3_BRANCH
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.1.2.2
retrieving revision 1.1.2.3
diff -u -w -d -r1.1.2.2 -r1.1.2.3
--- Locales.pm 14 Dec 2011 23:20:19 -0000 1.1.2.2
+++ Locales.pm 14 Dec 2011 23:35:09 -0000 1.1.2.3
@@ -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