From 7bd38343dcf27286c6120533792b1f3776c13340 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Thu, 24 Mar 2016 12:27:57 +0000 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 --- lib/redmine/i18n.rb | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5