method

translate_in_locale

translate_in_locale(key, i18n_options = {})
private

No documentation available.

# File activesupport/lib/active_support/number_helper/number_converter.rb, line 169
        def translate_in_locale(key, i18n_options = {})
          translate_number_value_with_default(key, { locale: options[:locale] }.merge(i18n_options))
        end