Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author黄涛 <htve@outlook.com>2017-05-23 15:31:09 +0300
committer黄涛 <htve@outlook.com>2017-06-05 11:23:34 +0300
commit34841c7e547922ce4c6f8be97a0d0736cbaebf2d (patch)
treec7bd734cc662b6cebd8a7a43a6bce9ab05826b94 /lib/gitlab/i18n.rb
parentf71106425cc6f62c8e19457cc600e41a668fb89e (diff)
added Simplified Chinese to I18N
Diffstat (limited to 'lib/gitlab/i18n.rb')
-rw-r--r--lib/gitlab/i18n.rb3
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