class I18n::Config

def default_locale

Experimental RBS support (using type sampling data from the type_fusion project).

def default_locale: () -> Symbol

This signature was generated using 14 samples from 3 applications.

Returns the current default locale. Defaults to :'en'
def default_locale
  @@default_locale ||= :en
end