Class: Mobility::Plugins::Fallbacks::I18nFallbacks

Inherits:
I18n::Locale::Fallbacks
  • Object
show all
Defined in:
lib/mobility/plugins/fallbacks.rb

Instance Method Summary collapse

Instance Method Details

#[](locale) ⇒ Object



145
146
147
# File 'lib/mobility/plugins/fallbacks.rb', line 145

def [](locale)
  super | I18n.fallbacks[locale]
end