From 86ef1912fedde0117ff28821b95ed6cc39c30bd0 Mon Sep 17 00:00:00 2001 From: Sergey Markelov Date: Mon, 18 Jan 2016 20:53:57 -0800 Subject: [PATCH 1/2] Changed config/locales/zh.yml to correctly identify language --- config/locales/zh.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/locales/zh.yml b/config/locales/zh.yml index 124aa22..ca4a279 100644 --- a/config/locales/zh.yml +++ b/config/locales/zh.yml @@ -1,4 +1,4 @@ -en: +zh: label_click_to_enlarge_reduce: "点击放大/缩小" label_estimated_speed: "估计速率" label_f_day: "%{value}天" From 47ccbc8084abcd9601a33c96016ff2cb18ee99a9 Mon Sep 17 00:00:00 2001 From: dreampet Date: Wed, 3 Feb 2016 08:45:22 +0800 Subject: [PATCH 2/2] add missing simplified chinese translation add missing simplified chinese translation: + label_hide_closed_issues --- config/locales/zh.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/locales/zh.yml b/config/locales/zh.yml index ca4a279..adbe6ec 100644 --- a/config/locales/zh.yml +++ b/config/locales/zh.yml @@ -16,6 +16,7 @@ zh: label_setting_ratio_good: "良好速率" label_setting_ratio_very_bad: "极差速率" label_setting_solved_issues_to_estimate: "解决问题预估" + label_hide_closed_issues: "隐藏已关闭的问题" notice_unable_delete_milestone: "无法删除里程碑" permission_manage_milestones: "里程碑管理" permission_view_issue_estimated_hours: "查看预估小时数"