[freeside-commits] branch FREESIDE_3_BRANCH updated. 0b3d1a9ce133e5d44da14364bb2323f1b6333769
Ivan
ivan at 420.am
Thu Nov 19 11:23:15 PST 2015
The branch, FREESIDE_3_BRANCH has been updated
via 0b3d1a9ce133e5d44da14364bb2323f1b6333769 (commit)
from a8f897874a93d7acfba75833de9c0629e076b752 (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 0b3d1a9ce133e5d44da14364bb2323f1b6333769
Author: Ivan Kohler <ivan at freeside.biz>
Date: Thu Nov 19 11:23:15 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