diff options
author | Go MAEDA <maeda@farend.jp> | 2021-02-15 02:29:54 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2021-02-15 02:29:54 +0000 |
commit | 999aab0192932fec78dd177e22e91208a96af56e (patch) | |
tree | 3cb6220085fc17fa123cebcd7258aa679f5e53d3 /config/locales/zh.yml | |
parent | 926b16f7c3df041699147b2e0d9d694c6ce09440 (diff) | |
download | redmine-999aab0192932fec78dd177e22e91208a96af56e.tar.gz redmine-999aab0192932fec78dd177e22e91208a96af56e.zip |
Remove unused i18n key "text_min_max_length_info" (#34745).
Patch by Go MAEDA.
git-svn-id: http://svn.redmine.org/redmine/trunk@20746 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales/zh.yml')
-rw-r--r-- | config/locales/zh.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/locales/zh.yml b/config/locales/zh.yml index 2729e6c10..6dedbea18 100644 --- a/config/locales/zh.yml +++ b/config/locales/zh.yml @@ -836,7 +836,6 @@ zh: text_select_mail_notifications: 选择需要发送邮件通知的动作 text_regexp_info: 例如:^[A-Z0-9]+$ - text_min_max_length_info: 0 表示没有限制 text_project_destroy_confirmation: 您确信要删除这个项目以及所有相关的数据吗? text_subprojects_destroy_warning: "以下子项目也将被同时删除:%{value}" text_workflow_edit: 选择角色和跟踪标签来编辑工作流程 |