Browse Source

Reverts r21448 (#36998).



git-svn-id: https://svn.redmine.org/redmine/trunk@21556 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/5.1.0
Marius Balteanu 2 years ago
parent
commit
e72790b73f
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      lib/redmine/i18n.rb

+ 1
- 1
lib/redmine/i18n.rb View 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::LazyLoadable
class Backend < ::I18n::Backend::Simple
module Implementation
# Get available locales from the translations filenames
def available_locales

Loading…
Cancel
Save