summaryrefslogtreecommitdiff
path: root/FS/FS/Locales.pm
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2014-03-21 15:33:15 -0700
committerIvan Kohler <ivan@freeside.biz>2014-03-21 15:33:15 -0700
commita855947db4077e6d4bb19b0078bfd488de9994da (patch)
tree11c48d35de948ac06303d721b16b7dca6eac970a /FS/FS/Locales.pm
parentffa69be333d69d99fb10232f3ee3a5847b6e9d93 (diff)
add en_AU locale, make sure "Zip" is translate-able, RT#28081
Diffstat (limited to 'FS/FS/Locales.pm')
-rw-r--r--FS/FS/Locales.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/FS/FS/Locales.pm b/FS/FS/Locales.pm
index 6dd7c5a..032c3b5 100644
--- a/FS/FS/Locales.pm
+++ b/FS/FS/Locales.pm
@@ -29,6 +29,7 @@ Returns a list of the available locales.
tie our %locales, 'Tie::IxHash',
'en_US', { name => 'English', country => 'United States', },
+ 'en_AU', { name => 'English', country => 'Australia', },
'en_CA', { name => 'English', country => 'Canada', },
'fr_CA', { name => 'French', country => 'Canada', },
'fr_FR', { name => 'French', country => 'France', },