Vote #73079
完了Update config.i18n.load_path for plugin-supplied locales
0%
説明
With Rails 3 @Redmine::Plugin.register@ should update @Rails.application.config.i18n.load_path@ for plugin-supplied locales to allow them to override system locales. @I18n.load_path@ is overriden with system locales by an @after_initialize@ hook in @active_support/i18n_railtie.rb@, thus currently plugins like https://github.com/edavis10/redmine_language_change won't work.
The attached patch is against 2.1-stable branch.
journals
Can you add a test to your patch?
--------------------------------------------------------------------------------
+1
Need the string customization scheme in plugins of previous Redmine versions back, too!
--------------------------------------------------------------------------------
Hi there,
any news on this? Did you write a test? :-)
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
This is absolutely needed.
--------------------------------------------------------------------------------
redmine_language_change plugin works fine for me without the patch applied but it's committed in r12482 anyway as it seems safer to use Rails config instead.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
related_issues
duplicates,Closed,14758,Can't override default locale with plugin