module I18n

def fallbacks

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

def fallbacks: () -> Hash

This signature was generated using 1 sample from 1 application.

Returns the current fallbacks implementation. Defaults to +I18n::Locale::Fallbacks+.
def fallbacks
  @@fallbacks ||= I18n::Locale::Fallbacks.new
  Thread.current[:i18n_fallbacks] || @@fallbacks
end