diff options
Diffstat (limited to 'models')
-rw-r--r-- | models/config.php | 1 |
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)'), |