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 95955c6 commit f2e3c03Copy full SHA for f2e3c03
test/functional/custom_message_settings_controller_test.rb
@@ -8,6 +8,7 @@ class CustomMessageSettingsControllerTest < defined?(Redmine::ControllerTest) ?
8
def setup
9
@request.session[:user_id] = 1 # admin
10
MessageCustomize::Locale.reload!(['en', 'ja'])
11
+ set_language_if_valid 'en'
12
Rails.application.config.i18n.load_path = (Rails.application.config.i18n.load_path + Dir.glob(Rails.root.join('plugins', 'redmine_message_customize', 'config', 'locales', 'custom_messages', '*.rb'))).uniq
13
end
14
0 commit comments