Class: Redmine::I18n::Backend
- Inherits:
 - 
      Object
      
        
- Object
 - Redmine::I18n::Backend
 
 
- Includes:
 - I18n::Backend::Fallbacks, Implementation
 
- Defined in:
 - lib/redmine/i18n.rb
 
Overview
Custom backend based on I18n::Backend::Simple with the following changes:
- 
lazy loading of translation files
 - 
available_locales are determined by looking at translation file names
 
Defined Under Namespace
Modules: Implementation