From fd3fb767ffb8430127a69fb6403cab0d5561d371 Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 14 Dec 2011 23:35:09 +0000 Subject: [PATCH] add fr_HT and ht_HT locales for french (haiti) and haitian creole, RT#15269 --- FS/FS/Locales.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', }, -- 2.11.0