Skip to content

Commit 2ac5be2

Browse files
authored
Add a way to open the setting page to README.md.
1 parent 8ef6de8 commit 2ac5be2

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,16 @@
33
This is a plugin for Redmine.
44
This plugin changes the translation of the wording on the screen defined in "config/locales/*.yml" in the admin view.
55

6-
* Normal mode
6+
## Usage
7+
8+
* 1: Open setting page
9+
Administration > Message customize
10+
<kbd><img src="https://github.com/ishikawa999/redmine_message_customize/blob/images/administration_menu.png" /></kbd>
11+
12+
* 2-1: Normal mode tab
713
<kbd><img src="https://github.com/ishikawa999/redmine_message_customize/blob/images/normal_mode.png" /></kbd>
814

9-
* YAML mode
15+
* 2-2: YAML mode tab
1016
<kbd><img src="https://github.com/ishikawa999/redmine_message_customize/blob/images/yaml_mode.png" /></kbd>
1117

1218
## Install
@@ -22,4 +28,4 @@ $ # redmine restart
2228
```
2329
$ cd /your/path/redmine
2430
$ bundle exec rake test TEST=plugins/redmine_message_customize/test RAILS_ENV=test
25-
```
31+
```

0 commit comments

Comments
 (0)