summaryrefslogtreecommitdiffstats
path: root/config/initializers/30-redmine.rb
blob: 4286081db8803b0e2de0555aacdd7182f2a76e43 (plain)
1
2
3
4
5
6
7
I18n.default_locale = 'en'
# Adds fallback to default locale for untranslated strings
I18n::Backend::Simple.send(:include, I18n::Backend::Fallbacks)

require 'redmine'

Redmine::Plugin.load