class Marten::Conf::GlobalSettings::I18n

Overview

Allows to configure internationalization-related settings.

Defined in:

marten/conf/global_settings/i18n.cr

Instance Method Summary

Instance Method Detail

def available_locales : Array(String)? #

[View source]
def available_locales=(available_locales : Array(String | Symbol) | Nil) #

Allows to set the available locales.


[View source]
def default_locale : String #

[View source]
def default_locale=(locale : String | Symbol) #

Allows to set the default locale.


[View source]