class Marten::Conf::GlobalSettings::I18n
- Marten::Conf::GlobalSettings::I18n
- Reference
- Object
Overview
Allows to configure internationalization-related settings.
Defined in:
marten/conf/global_settings/i18n.crInstance Method Summary
- #available_locales : Array(String)?
- 
        #available_locales=(available_locales : Array(String | Symbol) | Nil)
        
          Allows to set the available locales. 
- #default_locale : String
- 
        #default_locale=(locale : String | Symbol)
        
          Allows to set the default locale. 
Instance Method Detail
        
        def available_locales=(available_locales : Array(String | Symbol) | Nil)
        #
      
      
        Allows to set the available locales.