X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=FS%2FFS%2FLocales.pm;h=2ba822a921741c8f59b167e94b40ac378fd32848;hb=8e67cf9e85e6fe18f501f892db2abd37725bb0bd;hp=23a95caeabfd08a4f16fd4be8d1e7db141815325;hpb=6abdcf7164e4cdebd70fc4862922b8e521c48557;p=freeside.git diff --git a/FS/FS/Locales.pm b/FS/FS/Locales.pm index 23a95caea..2ba822a92 100644 --- a/FS/FS/Locales.pm +++ b/FS/FS/Locales.pm @@ -41,6 +41,7 @@ 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} . ')'