Skip to content

Commit d1df8f9

Browse files
committed
Update README
1 parent 7f7fe09 commit d1df8f9

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,17 @@
11
# redmine_message_customize
22

33
This is a plugin for Redmine.
4-
This plugin changes the translation of the wording on the screen defined in "config/locales/*.yml" in the admin view.
4+
This plugin changes the translation of the wording on the screen defined in "config/locales/*.yml" in the admin view.
5+
It is available for Redmine 6.0 or later.
56

67
## Install
78

89
```
910
$ cd /your/path/redmine
1011
$ git clone https://github.com/farend/redmine_message_customize.git plugins/redmine_message_customize
11-
$ # When Redmine 4.1 or lower versions
12-
$ cp plugins/redmine_message_customize/35_change_load_order_locales.rb config/initializers/35_change_load_order_locales.rb
1312
$ # redmine restart
1413
```
1514

16-
:warning: To customize messages for other plugins in **Redmine 4.1 or lower versions**, redmine_message_customize/35_change_load_order_locales.rb It is necessary to copy the file to redmine/config/initializers.
17-
If redmine/config/initializers/35_change_load_order_locales.rb is missing, only non-plugin messages can be customized.
18-
1915
## Usage
2016

2117
* 1: Open setting page

0 commit comments

Comments
 (0)