From: Ivan Kohler Date: Thu, 18 Aug 2016 21:23:36 +0000 (-0700) Subject: es_ar ISA es_es X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=31e1d1d72a371b856f4ee3e50252bf596bb8a2d1 es_ar ISA es_es --- 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} . ')'