X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FLocales.pm;h=10bf72ac30222ddccee5c66c8c28477dcdbf937a;hb=5b73387992a96f7b80e40b5ecb2fedabd8a78d6b;hp=692bb935f5574e4c1d589cc91b85d442a2a3ed0c;hpb=96e68d6b1cbd2a9f28bbea9a810b4404735c071b;p=freeside.git 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', },