From 0b3d1a9ce133e5d44da14364bb2323f1b6333769 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Thu, 19 Nov 2015 11:23:15 -0800 Subject: [PATCH] add es_PA locale, RT#39135 --- FS/FS/L10N/es_pa.pm | 4 ++++ FS/FS/Locales.pm | 1 + 2 files changed, 5 insertions(+) create mode 100644 FS/FS/L10N/es_pa.pm diff --git a/FS/FS/L10N/es_pa.pm b/FS/FS/L10N/es_pa.pm new file mode 100644 index 000000000..a50c7c7e7 --- /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 849929cfa..23a95caea 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', }, -- 2.11.0