summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2016-08-18 14:23:36 -0700
committerIvan Kohler <ivan@freeside.biz>2016-08-18 14:23:36 -0700
commit31e1d1d72a371b856f4ee3e50252bf596bb8a2d1 (patch)
treef7f0a8eb48bc62995aa8e735974ac1a73b88dcbf
parentfca32110d9fe0b257353e627d1f66706d719d59f (diff)
es_ar ISA es_es
-rw-r--r--FS/FS/L10N/es_ar.pm2
-rw-r--r--FS/FS/Locales.pm2
2 files changed, 2 insertions, 2 deletions
diff --git a/FS/FS/L10N/es_ar.pm b/FS/FS/L10N/es_ar.pm
index 31893280b..0b50ca05a 100644
--- a/FS/FS/L10N/es_ar.pm
+++ b/FS/FS/L10N/es_ar.pm
@@ -1,5 +1,5 @@
package FS::L10N::es_ar;
-use base qw(FS::L10N::DBI);
+use base qw(FS::L10N::es_es);
our %Lexicon = ();
diff --git a/FS/FS/Locales.pm b/FS/FS/Locales.pm
index 2ba822a92..d1f3eed22 100644
--- a/FS/FS/Locales.pm
+++ b/FS/FS/Locales.pm
@@ -32,6 +32,7 @@ tie our %locales, 'Tie::IxHash',
'en_AU', { name => 'English', country => 'Australia', },
'en_CA', { name => 'English', country => 'Canada', },
'es_ES', { name => 'Spanish', country => 'Spain', },
+ 'es_AR', { name => 'Spanish', country => 'Argentina', },
'es_CU', { name => 'Spanish', country => 'Cuba', },
'es_MX', { name => 'Spanish', country => 'Mexico', },
'es_PA', { name => 'Spanish', country => 'Panama', },
@@ -41,7 +42,6 @@ tie our %locales, 'Tie::IxHash',
'fr_HT', { name => 'French', country => 'Haiti', },
'ht_HT', { name => 'Haitian Creole', country => 'Haiti', },
'iw_IL', { name => 'Hebrew', country => 'Israel', rtl=>1, },
- 'es_AR', { name => 'Spanish', country => 'Argentina', },
;
$_->{label} = $_->{name} . ' (' . $_->{country} . ')'