Documentation

function Object() { [native code] }#format()

Shortcut to text.format, for simple chaining to the localizer.

These are equal:

  • text.format( i18n.localizer( tag )( i18nValue ), arg1, arg2 )
  • i18n.localizer( tag ).format( i18nValue, arg1, arg2 ).