method
translate_in_locale
v8.0.0 -
Show latest stable
- Class:
ActiveSupport::NumberHelper::NumberConverter
translate_in_locale(key, **i18n_options)private
No documentation available.
# File activesupport/lib/active_support/number_helper/number_converter.rb, line 170
def translate_in_locale(key, **i18n_options)
translate_number_value_with_default(key, locale: options[:locale], **i18n_options)
end