Patch #12753
closedUpdate config.i18n.load_path for plugin-supplied locales
0%
Description
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.
Files
Related issues
Updated by Jean-Philippe Lang almost 12 years ago
Can you add a test to your patch?
Updated by Siegfried Vogel over 11 years ago
+1
Need the string customization scheme in plugins of previous Redmine versions back, too!
Updated by Daniel Felix over 11 years ago
Hi there,
any news on this? Did you write a test? :-)
Updated by Toshi MARUYAMA over 11 years ago
- Has duplicate Defect #14758: Can't override default locale with plugin added
Updated by Jean-Philippe Lang almost 11 years ago
- Status changed from New to Resolved
- Assignee set to Jean-Philippe Lang
- Target version set to 2.4.3
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.
Updated by Jean-Philippe Lang almost 11 years ago
- Status changed from Resolved to Closed
- Target version changed from 2.4.3 to 2.5.0