]> source.dussan.org Git - redmine.git/commitdiff
Lazy load locales (#36728).
authorMarius Balteanu <marius.balteanu@zitec.com>
Sun, 6 Mar 2022 17:23:36 +0000 (17:23 +0000)
committerMarius Balteanu <marius.balteanu@zitec.com>
Sun, 6 Mar 2022 17:23:36 +0000 (17:23 +0000)
Patch by Pavel Rosický.

git-svn-id: http://svn.redmine.org/redmine/trunk@21448 e93f8b46-1217-0410-a6f0-8f06a7374b81

lib/redmine/i18n.rb

index b1066539f235b695003cc7e806e33fe2bd12aa6c..13b84512fef20a758c206478aff058523da79075 100644 (file)
@@ -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::Simple
+    class Backend < ::I18n::Backend::LazyLoadable
       module Implementation
         # Get available locales from the translations filenames
         def available_locales