Method: I18n::Processes::Data::FileSystemBase#get
- Defined in:
- lib/i18n/processes/data/file_system_base.rb
#get(locale) ⇒ ::I18n::Processes::Data::Siblings Also known as: []
37 38 39 40 41 |
# File 'lib/i18n/processes/data/file_system_base.rb', line 37 def get(locale) locale = locale.to_s @trees ||= {} @trees[locale] ||= read_locale(locale) end |