summaryrefslogtreecommitdiff
path: root/FS/FS/Locales.pm
diff options
context:
space:
mode:
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 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', },