mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 02:10:00 +08:00
DEV: Rails 6 compatability
Without forcing a reload on start internal state in the accelerator can be off. In Rails 5 not translation is being called so this is not an issue but in 6 it is called earlier on.
This commit is contained in:
parent
1b1cfd4507
commit
3b95f34e7b
|
@ -6,6 +6,7 @@ require 'i18n/backend/fallback_locale_list'
|
|||
I18n.backend = I18n::Backend::DiscourseI18n.new
|
||||
I18n.fallbacks = I18n::Backend::FallbackLocaleList.new
|
||||
I18n.config.missing_interpolation_argument_handler = proc { throw(:exception) }
|
||||
I18n.reload!
|
||||
I18n.init_accelerator!
|
||||
|
||||
unless Rails.env.test?
|
||||
|
|
Loading…
Reference in New Issue
Block a user