Skip to content

Commit

Permalink
Update to 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maxrossello committed May 8, 2021
1 parent 8bcbddf commit 9ba99d1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Redmine Translation Terms

Tested with Redmine version matching the plugin version. Other supported versions come with dedicated tags.
*En*, *en-GB* and *it* locales are supported.
The plugin version corresponds to minimum version of Redmine required. Look at dedicated branch for each Redmine version.

Allows to customize specific terms in Redmine translations, and allows third party plugins to support translations containing customizable terms.
*En*, *en-GB* and *it* locales are supported.

## TL;DR

Expand Down
2 changes: 1 addition & 1 deletion config/elocales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ en:
label_open_issues: "%{issue_open}"
label_open_issues_plural: "%{issues_open}"
label_closed_issues: "%{issue_closed}"
label_closed_issues_plural: "%{issue_closed}"
label_closed_issues_plural: "%{issues_closed}"
label_x_open_issues_abbr:
zero: "0 %{issues_open}"
one: "1 %{issue_open}"
Expand Down
4 changes: 2 additions & 2 deletions init.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
name 'Redmine Translation Terms plugin'
author 'Massimo Rossello'
description 'Applies configured translations to general terms (e.g. issue -> work item, project -> workspace)'
version '4.1.1'
version '4.2.0'
url 'https://github.com/maxrossello/redmine_translation_terms.git'
author_url 'https://github.com/maxrossello'
requires_redmine '4.1.1'
requires_redmine '4.2.0'
end

require_dependency 'i18n_patch'
Expand Down
1 change: 0 additions & 1 deletion lib/i18n_patch.rb
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,3 @@ def translate(*args)
unless Redmine::I18n.included_modules.include?(RedmineI18nPatch)
Redmine::I18n.send(:prepend, RedmineI18nPatch)
end

0 comments on commit 9ba99d1

Please sign in to comment.