X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2FLocales.pm;h=10bf72ac30222ddccee5c66c8c28477dcdbf937a;hp=351f4787549a1b479861f056ad125ed5219f7904;hb=395cc72629d31c8dcd138acf423e66d2d73d89d2;hpb=9c866ccad0f187f29d21f12b93f15f2787aa9843 diff --git a/FS/FS/Locales.pm b/FS/FS/Locales.pm index 351f47875..10bf72ac3 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_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', }, + 'ht_HT', { name => 'Haitian Creole', country => 'Haiti', }, + 'iw_IL', { name => 'Hebrew', country => 'Israel', rtl=>1, }, ; sub locales {