X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FLocales.pm;h=692bb935f5574e4c1d589cc91b85d442a2a3ed0c;hb=96e68d6b1cbd2a9f28bbea9a810b4404735c071b;hp=351f4787549a1b479861f056ad125ed5219f7904;hpb=46c47719488fc280f41ab863e7a20b757b8dee6a;p=freeside.git diff --git a/FS/FS/Locales.pm b/FS/FS/Locales.pm index 351f47875..692bb935f 100644 --- a/FS/FS/Locales.pm +++ b/FS/FS/Locales.pm @@ -28,11 +28,13 @@ 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', }, - 'fr_CA', { name => 'French', country => 'Canada', }, - 'fr_FR', { name => 'French', country => 'France', }, - 'iw_IL', { name => 'Hebrew', country => 'Israel', rtl=>1, }, + 'en_CA', { name => 'English', country => 'Canada', }, + 'en_US', { name => 'English', country => 'United States', }, + 'fr_CA', { name => 'French', country => 'Canada', }, + 'fr_FR', { name => 'French', country => 'France', }, + 'fr_HT', { name => 'French', country => 'Haiti', }, + 'ht_HT', { name => 'Haitian Creole', country => 'Haiti', }, + 'iw_IL', { name => 'Hebrew', country => 'Israel', rtl=>1, }, ; sub locales {