[freeside-commits] branch master updated. 86d92aec66af195a25fb0a5fd5505adde99fd66c

Ivan ivan at 420.am
Thu Nov 19 11:23:13 PST 2015


The branch, master has been updated
       via  86d92aec66af195a25fb0a5fd5505adde99fd66c (commit)
      from  5f9f20112eeb53f578900e9e2d43e1e15a6fd96d (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 86d92aec66af195a25fb0a5fd5505adde99fd66c
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Thu Nov 19 11:23:12 2015 -0800

    add es_PA locale, RT#39135

diff --git a/FS/FS/L10N/es_pa.pm b/FS/FS/L10N/es_pa.pm
new file mode 100644
index 0000000..a50c7c7
--- /dev/null
+++ b/FS/FS/L10N/es_pa.pm
@@ -0,0 +1,4 @@
+package FS::L10N::es_pa;
+use base qw(FS::L10N::es_es);
+
+1;
diff --git a/FS/FS/Locales.pm b/FS/FS/Locales.pm
index 849929c..23a95ca 100644
--- a/FS/FS/Locales.pm
+++ b/FS/FS/Locales.pm
@@ -34,6 +34,7 @@ tie our %locales, 'Tie::IxHash',
   'es_ES', { name => 'Spanish',        country => 'Spain', },
   'es_CU', { name => 'Spanish',        country => 'Cuba', },
   'es_MX', { name => 'Spanish',        country => 'Mexico', },
+  'es_PA', { name => 'Spanish',        country => 'Panama', },
   'es_US', { name => 'Spanish',        country => 'United States', },
   'fr_CA', { name => 'French',         country => 'Canada', },
   'fr_FR', { name => 'French',         country => 'France', },

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

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




More information about the freeside-commits mailing list