summaryrefslogtreecommitdiff
path: root/models
diff options
context:
space:
mode:
authorFrédéric Guillot <fguillot@users.noreply.github.com>2014-04-15 17:01:16 -0400
committerFrédéric Guillot <fguillot@users.noreply.github.com>2014-04-15 17:01:16 -0400
commit5aacb6a76351889a6ec5ed01c8e80f139c2b2027 (patch)
tree4b6aac7b310ee88d0baabd0791c60ceb6c359292 /models
parentfae40f01428c2e96d4527c997a2c6d104a837794 (diff)
Spanish translation integration
Diffstat (limited to 'models')
-rw-r--r--models/config.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/models/config.php b/models/config.php
index c9124e7b..60764e64 100644
--- a/models/config.php
+++ b/models/config.php
@@ -44,6 +44,7 @@ class Config extends Base
{
$languages = array(
'en_US' => t('English'),
+ 'es_ES' => t('Spanish'),
'fr_FR' => t('French'),
'pl_PL' => t('Polish'),
'pt_BR' => t('Portuguese (Brazilian)'),