Class: FlightControl::I18nConfig
- Inherits:
-
I18n::Config
- Object
- I18n::Config
- FlightControl::I18nConfig
- Defined in:
- lib/flight_control/i18n_config.rb
Constant Summary collapse
- AVAILABLE_LOCALES =
[:en]
- AVAILABLE_LOCALES_SET =
[:en, "en"]
- DEFAULT_LOCALE =
:en
Instance Method Summary collapse
Instance Method Details
#available_locales ⇒ Object
6 7 8 |
# File 'lib/flight_control/i18n_config.rb', line 6 def available_locales AVAILABLE_LOCALES end |
#available_locales_set ⇒ Object
10 11 12 |
# File 'lib/flight_control/i18n_config.rb', line 10 def available_locales_set AVAILABLE_LOCALES_SET end |
#default_locale ⇒ Object
14 15 16 |
# File 'lib/flight_control/i18n_config.rb', line 14 def default_locale DEFAULT_LOCALE end |