diff options
-rw-r--r-- | FS/FS/L10N/es_pa.pm | 4 | ||||
-rw-r--r-- | FS/FS/Locales.pm | 1 |
2 files changed, 5 insertions, 0 deletions
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', }, |