summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarius Balteanu <marius.balteanu@zitec.com>2022-05-03 16:37:45 +0000
committerMarius Balteanu <marius.balteanu@zitec.com>2022-05-03 16:37:45 +0000
commit9976ef3b7465d5c9ac73c11e261f62b85bcb5090 (patch)
tree9ed6aac9d5f4f7aa7a43e3bb44981883717dd6dc
parenta55454f04e87a7fb04a655fd72ee657e403a88ee (diff)
downloadredmine-9976ef3b7465d5c9ac73c11e261f62b85bcb5090.tar.gz
redmine-9976ef3b7465d5c9ac73c11e261f62b85bcb5090.zip
Merge r21556 to 5.0-stable (#36998).
git-svn-id: https://svn.redmine.org/redmine/branches/5.0-stable@21557 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r--lib/redmine/i18n.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/redmine/i18n.rb b/lib/redmine/i18n.rb
index 13b84512f..b1066539f 100644
--- a/lib/redmine/i18n.rb
+++ b/lib/redmine/i18n.rb
@@ -157,7 +157,7 @@ module Redmine
# Custom backend based on I18n::Backend::Simple with the following changes:
# * available_locales are determined by looking at translation file names
- class Backend < ::I18n::Backend::LazyLoadable
+ class Backend < ::I18n::Backend::Simple
module Implementation
# Get available locales from the translations filenames
def available_locales