From 7bd38343dcf27286c6120533792b1f3776c13340 2016-03-24 12:27:57 From: Toshi MARUYAMA Date: 2016-03-24 12:27:57 Subject: [PATCH] include ::I18n::Backend::Pluralization (#21856) Contributed by Vasil Kovalevsky. git-svn-id: http://svn.redmine.org/redmine/trunk@15281 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/lib/redmine/i18n.rb b/lib/redmine/i18n.rb index 5d58567..7b4495e 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