We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecd06c0 commit 04df529Copy full SHA for 04df529
lib/message_customize/locale.rb
@@ -45,7 +45,7 @@ def available_messages(lang)
45
end
46
47
def customizable_plugin_messages?
48
- Rails.application.config.i18n.load_path.last.include?('redmine_message_customize')
+ Rails.application.config.i18n.load_path.last.include?('redmine_message_customize/config/locales')
49
50
51
0 commit comments