diff options
author | 黄涛 <htve@outlook.com> | 2017-05-23 20:31:09 +0800 |
---|---|---|
committer | 黄涛 <htve@outlook.com> | 2017-06-05 16:23:34 +0800 |
commit | 34841c7e547922ce4c6f8be97a0d0736cbaebf2d (patch) | |
tree | c7bd734cc662b6cebd8a7a43a6bce9ab05826b94 /lib | |
parent | f71106425cc6f62c8e19457cc600e41a668fb89e (diff) | |
download | gitlab-ce-34841c7e547922ce4c6f8be97a0d0736cbaebf2d.tar.gz |
added Simplified Chinese to I18N
Diffstat (limited to 'lib')
-rw-r--r-- | lib/gitlab/i18n.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/gitlab/i18n.rb b/lib/gitlab/i18n.rb index 5ab3eeb3aff..f1a284b1581 100644 --- a/lib/gitlab/i18n.rb +++ b/lib/gitlab/i18n.rb @@ -5,7 +5,8 @@ module Gitlab AVAILABLE_LANGUAGES = { 'en' => 'English', 'es' => 'Español', - 'de' => 'Deutsch' + 'de' => 'Deutsch', + 'zh' => '简体中文' }.freeze def available_locales |