[freeside-commits] branch master updated. a855947db4077e6d4bb19b0078bfd488de9994da

Ivan ivan at 420.am
Fri Mar 21 15:33:16 PDT 2014


The branch, master has been updated
       via  a855947db4077e6d4bb19b0078bfd488de9994da (commit)
      from  ffa69be333d69d99fb10232f3ee3a5847b6e9d93 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit a855947db4077e6d4bb19b0078bfd488de9994da
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Fri Mar 21 15:33:15 2014 -0700

    add en_AU locale, make sure "Zip" is translate-able, RT#28081

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

-----------------------------------------------------------------------

Summary of changes:
 FS/FS/L10N/{en_ca.pm => en_au.pm} |    2 +-
 FS/FS/Locales.pm                  |    1 +
 2 files changed, 2 insertions(+), 1 deletions(-)
 copy FS/FS/L10N/{en_ca.pm => en_au.pm} (57%)




More information about the freeside-commits mailing list