class I18n::Config

def locale

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

def locale: () -> untyped

This signature was generated using 14 samples from 1 application.

It defaults to the default_locale.
The only configuration value that is not global and scoped to thread is :locale.
def locale
  defined?(@locale) && @locale != nil ? @locale : default_locale
end