- Add es_AR Locale
authorFernando Kiernan <fkiernan@id.net.ar>
Fri, 27 Dec 2013 12:18:26 +0000 (09:18 -0300)
committerFernando Kiernan <fkiernan@id.net.ar>
Tue, 22 Mar 2016 01:07:13 +0000 (22:07 -0300)
FS/FS/L10N/es_ar.pm [new file with mode: 0644]
FS/FS/Locales.pm

diff --git a/FS/FS/L10N/es_ar.pm b/FS/FS/L10N/es_ar.pm
new file mode 100644 (file)
index 0000000..3189328
--- /dev/null
@@ -0,0 +1,6 @@
+package FS::L10N::es_ar;
+use base qw(FS::L10N::DBI);
+
+our %Lexicon = ();
+
+1;
index 23a95ca..2ba822a 100644 (file)
@@ -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} . ')'