diff options
author | Go MAEDA <maeda@farend.jp> | 2023-06-21 09:50:57 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2023-06-21 09:50:57 +0000 |
commit | 1031de1e8bd0332f251d9e5e2fb9dc63025df98f (patch) | |
tree | ab5946b59aee9446209ee73c910aa3100f9e25e8 /config/locales/zh.yml | |
parent | f500357ba2ae8afd5a09edb0254d0b4ff83d0f4b (diff) | |
download | redmine-1031de1e8bd0332f251d9e5e2fb9dc63025df98f.tar.gz redmine-1031de1e8bd0332f251d9e5e2fb9dc63025df98f.zip |
Remove unused i18n key "label_optgroup_others" (#38646).
Patch by Nishida Yuya.
git-svn-id: https://svn.redmine.org/redmine/trunk@22257 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 6fc968297..40aaf72c5 100644 --- a/config/locales/zh.yml +++ b/config/locales/zh.yml @@ -1253,7 +1253,6 @@ zh: text_gs_available: ImageMagick PDF 支持 (可选) field_recently_used_projects: 跳转框中最近使用的项目数量 label_optgroup_bookmarks: 书签 - label_optgroup_others: 其他项目 label_optgroup_recents: 最近使用 button_project_bookmark: 添加书签 button_project_bookmark_delete: 移除书签 |