Update RBI files for i18n.

This commit is contained in:
BrewTestBot 2022-07-11 18:16:16 +00:00
parent 5b001b2719
commit 29a25eb7f5
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F

View File

@ -154,7 +154,7 @@ module I18n::Backend::Fallbacks
private
def on_fallback(_original_locale, _fallback_locale, _key, _optoins); end
def on_fallback(_original_locale, _fallback_locale, _key, _options); end
end
module I18n::Backend::Flatten
@ -333,6 +333,10 @@ module I18n::Backend::Pluralization
def pluralizer(locale); end
def pluralizers; end
private
def symbolic_count(count); end
end
class I18n::Backend::Simple
@ -427,6 +431,7 @@ module I18n::Base
def handle_exception(handling, exception, locale, key, options); end
def normalize_key(key, separator); end
def translate_key(key, throw, raise, locale, backend, options); end
end
class I18n::Config