Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
ishikawa999 committed Nov 18, 2024
1 parent 7f7fe09 commit d1df8f9
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,17 @@
# redmine_message_customize

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

## Install

```
$ cd /your/path/redmine
$ git clone https://github.com/farend/redmine_message_customize.git plugins/redmine_message_customize
$ # When Redmine 4.1 or lower versions
$ cp plugins/redmine_message_customize/35_change_load_order_locales.rb config/initializers/35_change_load_order_locales.rb
$ # redmine restart
```

: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.
If redmine/config/initializers/35_change_load_order_locales.rb is missing, only non-plugin messages can be customized.

## Usage

* 1: Open setting page
Expand Down

0 comments on commit d1df8f9

Please sign in to comment.