Skip to content

liaham/redmine_message_customize

 
 

Repository files navigation

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.

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

⚠️ 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
    Administration > Message customize

  • 2-1: Normal mode tab

  • 2-2: YAML mode tab

Run test

$ cd /your/path/redmine
$ bundle exec rake redmine:plugins:test NAME=redmine_message_customize RAILS_ENV=test

CircleCI test

https://circleci.com/gh/farend/redmine_message_customize


2022/6/08 Transferred ownership of the repository from ishikawa999 to Far End Technologies Corporation.

About

This is a plugin for Redmine.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 78.9%
  • HTML 14.3%
  • CSS 6.2%
  • JavaScript 0.6%