diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2016-03-24 12:27:57 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2016-03-24 12:27:57 +0000 |
commit | 7bd38343dcf27286c6120533792b1f3776c13340 (patch) | |
tree | 929e205a7d37501ddebc51463c6f378f30231fbb | |
parent | 7c57935159cf4ac177cbe1965b644089e7c52a62 (diff) | |
download | redmine-7bd38343dcf27286c6120533792b1f3776c13340.tar.gz redmine-7bd38343dcf27286c6120533792b1f3776c13340.zip |
include ::I18n::Backend::Pluralization (#21856)
Contributed by Vasil Kovalevsky.
git-svn-id: http://svn.redmine.org/redmine/trunk@15281 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | lib/redmine/i18n.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/redmine/i18n.rb b/lib/redmine/i18n.rb index 5d5856746..7b4495e0e 100644 --- a/lib/redmine/i18n.rb +++ b/lib/redmine/i18n.rb @@ -140,6 +140,7 @@ module Redmine module Implementation include ::I18n::Backend::Base + include ::I18n::Backend::Pluralization # Stores translations for the given locale in memory. # This uses a deep merge for the translations hash, so existing |