add spanish locales
[freeside.git] / FS / FS / Locales.pm
index 032c3b5..849929c 100644 (file)
@@ -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', },