summaryrefslogtreecommitdiff
path: root/FS/FS/Locales.pm
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2015-05-19 14:08:27 -0700
committerIvan Kohler <ivan@freeside.biz>2015-05-19 14:08:27 -0700
commitb0575176cbc7fec3f44d0e924bb0e4791bb732ec (patch)
tree0d81e840d714a0bebf663a14d4a02f6cbbe57e46 /FS/FS/Locales.pm
parent50729f547fdd48505e5fa773344470f8d34eb94a (diff)
add spanish locales
Diffstat (limited to 'FS/FS/Locales.pm')
-rw-r--r--FS/FS/Locales.pm4
1 files changed, 4 insertions, 0 deletions
diff --git a/FS/FS/Locales.pm b/FS/FS/Locales.pm
index 032c3b5..849929c 100644
--- a/FS/FS/Locales.pm
+++ b/FS/FS/Locales.pm
@@ -31,6 +31,10 @@ 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_US', { name => 'Spanish', country => 'United States', },
'fr_CA', { name => 'French', country => 'Canada', },
'fr_FR', { name => 'French', country => 'France', },
'fr_HT', { name => 'French', country => 'Haiti', },