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