summaryrefslogtreecommitdiff
path: root/FS/FS/Locales.pm
diff options
context:
space:
mode:
authorivan <ivan>2011-12-14 23:35:04 +0000
committerivan <ivan>2011-12-14 23:35:04 +0000
commitaa663c2a4134e217d3eaa0f908fe560c6bd0f4a6 (patch)
tree1b0d811812bbbcb9b0908c6f578ffe4915e707d9 /FS/FS/Locales.pm
parent96e68d6b1cbd2a9f28bbea9a810b4404735c071b (diff)
add fr_HT and ht_HT locales for french (haiti) and haitian creole, RT#15269
Diffstat (limited to 'FS/FS/Locales.pm')
-rw-r--r--FS/FS/Locales.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/Locales.pm b/FS/FS/Locales.pm
index 692bb93..10bf72a 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', },