diff options
| author | ivan <ivan> | 2011-12-14 23:35:09 +0000 | 
|---|---|---|
| committer | ivan <ivan> | 2011-12-14 23:35:09 +0000 | 
| commit | fd3fb767ffb8430127a69fb6403cab0d5561d371 (patch) | |
| tree | d1d9f875a6643c2f3fc70552333b3675f9f87cd8 /FS | |
| parent | 2f26453a616c49d11ae661d6c00502db7fd7bc53 (diff) | |
add fr_HT and ht_HT locales for french (haiti) and haitian creole, RT#15269
Diffstat (limited to 'FS')
| -rw-r--r-- | FS/FS/Locales.pm | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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', }, | 
