add en_AU locale, make sure "Zip" is translate-able, RT#28081
authorIvan Kohler <ivan@freeside.biz>
Fri, 21 Mar 2014 22:33:15 +0000 (15:33 -0700)
committerIvan Kohler <ivan@freeside.biz>
Fri, 21 Mar 2014 22:33:15 +0000 (15:33 -0700)
FS/FS/L10N/en_au.pm [new file with mode: 0644]
FS/FS/Locales.pm

diff --git a/FS/FS/L10N/en_au.pm b/FS/FS/L10N/en_au.pm
new file mode 100644 (file)
index 0000000..610e193
--- /dev/null
@@ -0,0 +1,4 @@
+package FS::L10N::en_au;
+use base qw(FS::L10N::en_us);
+
+1;
index 6dd7c5a..032c3b5 100644 (file)
@@ -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', },