X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FLocales.pm;h=2ba822a921741c8f59b167e94b40ac378fd32848;hb=8e67cf9e85e6fe18f501f892db2abd37725bb0bd;hp=6dd7c5a085224e39ce2763d78ab2e66b27d7bb4a;hpb=573e68cc026cddd6e52d2f2027da388054a128d1;p=freeside.git diff --git a/FS/FS/Locales.pm b/FS/FS/Locales.pm index 6dd7c5a08..2ba822a92 100644 --- a/FS/FS/Locales.pm +++ b/FS/FS/Locales.pm @@ -29,12 +29,19 @@ Returns a list of the available locales. tie our %locales, 'Tie::IxHash', 'en_US', { name => 'English', country => 'United States', }, + 'en_AU', { name => 'English', country => 'Australia', }, 'en_CA', { name => 'English', country => 'Canada', }, + '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', }, '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} . ')'