From a29bcba76a0f148cc98f2488bb29bdbc17762fdf Mon Sep 17 00:00:00 2001 From: Bob Van Landuyt Date: Thu, 25 May 2017 11:16:14 +0200 Subject: Translate cycle analytics page. In this MR the Cycle analytics page doesn't render. It illustrates the problem from #32913 --- lib/gitlab/i18n.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lib/gitlab/i18n.rb') diff --git a/lib/gitlab/i18n.rb b/lib/gitlab/i18n.rb index 3411516319f..edbe9bb11d1 100644 --- a/lib/gitlab/i18n.rb +++ b/lib/gitlab/i18n.rb @@ -1,3 +1,4 @@ +# coding: utf-8 module Gitlab module I18n extend self @@ -5,7 +6,8 @@ module Gitlab AVAILABLE_LANGUAGES = { 'en' => 'English', 'es' => 'Español', - 'de' => 'Deutsch' + 'de' => 'Deutsch', + 'zh_CN' => '简体中文' }.freeze def available_locales -- cgit v1.2.1