Skip to content

Commit abce5d3

Browse files
committed
Merge branch 'development'
2 parents bb0f30e + 42964ec commit abce5d3

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

config/locales/zh.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Simplified Chinese strings go here for Rails i18n
2+
zh:
3+
diff_popup_legend_add: "新增"
4+
diff_popup_legend_remove: "移除"
5+
field_enable_popup_journal_diff: "启用浮动窗口显示问题处理历史记录"
6+
field_enable_popup_wiki_diff: "启用浮动浮动窗口显示WIKI历史记录"

init.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
name 'Redmine Diff Popup plugin'
1919
author 'Ryuta Tobita'
2020
description 'This plugin provide on pop-up show feature of diff.'
21-
version '2.0.0'
21+
version '2.1.0'
2222
url 'https://github.com/GEROMAX/redmine_diff_popup'
2323
author_url 'https://github.com/GEROMAX'
2424
permission :wiki_popup, {:wiki_popup => [:wiki_diff]}, :public => true

0 commit comments

Comments
 (0)