From: ivan Date: Wed, 14 Dec 2011 23:35:09 +0000 (+0000) Subject: add fr_HT and ht_HT locales for french (haiti) and haitian creole, RT#15269 X-Git-Tag: freeside_2_3_1~83 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=fd3fb767ffb8430127a69fb6403cab0d5561d371 add fr_HT and ht_HT locales for french (haiti) and haitian creole, RT#15269 --- diff --git a/FS/FS/Locales.pm b/FS/FS/Locales.pm index 692bb935f..10bf72ac3 100644 --- a/FS/FS/Locales.pm +++ b/FS/FS/Locales.pm @@ -28,8 +28,8 @@ Returns a list of the available locales. =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', },