diff options
author | Marius Balteanu <marius.balteanu@zitec.com> | 2022-05-02 20:28:07 +0000 |
---|---|---|
committer | Marius Balteanu <marius.balteanu@zitec.com> | 2022-05-02 20:28:07 +0000 |
commit | e72790b73f3fe712668e9dd615f96674d4ffff9b (patch) | |
tree | 463a5246c5266efd3e0983f4cb59781518267a33 /lib | |
parent | ed65e9d2a2da575694dcdd33e0292beb45f55694 (diff) | |
download | redmine-e72790b73f3fe712668e9dd615f96674d4ffff9b.tar.gz redmine-e72790b73f3fe712668e9dd615f96674d4ffff9b.zip |
Reverts r21448 (#36998).
git-svn-id: https://svn.redmine.org/redmine/trunk@21556 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'lib')
-rw-r--r-- | lib/redmine/i18n.rb | 2 |
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 |