diff options
author | Frédéric Guillot <contact@fredericguillot.com> | 2014-06-19 09:16:24 -0300 |
---|---|---|
committer | Frédéric Guillot <contact@fredericguillot.com> | 2014-06-19 09:16:24 -0300 |
commit | b43300202a61f7934a697a6a49cbb42da302e64b (patch) | |
tree | 4fec155ec042d5f039915cc7d0c6f3a3d6c7d394 /app/Model/Config.php | |
parent | efdc959c555872677e599d2ff12e1263d719f3f2 (diff) | |
parent | e15edd451a3afaa723afe311853ccd2403c26c6e (diff) |
Merge pull request #123 from NalaGinrut/master
Add Chinese translation
Diffstat (limited to 'app/Model/Config.php')
-rw-r--r-- | app/Model/Config.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Model/Config.php b/app/Model/Config.php index 469e6447..dabf986a 100644 --- a/app/Model/Config.php +++ b/app/Model/Config.php @@ -49,6 +49,7 @@ class Config extends Base 'fr_FR' => t('French'), 'pl_PL' => t('Polish'), 'pt_BR' => t('Portuguese (Brazilian)'), + 'zh_CN' => t('Chinese(Simplified)'), ); asort($languages); |