Typedef

LocaleTranslate (utils)

@ckeditor/ckeditor5-utils/src/locale

typedeffunction

Filtering

Parameters

message : string | Message

A message that will be localized (translated).

[ values ] : number | string | ReadonlyArray<number | string>

A value or an array of values that will fill message placeholders. For messages supporting plural forms the first value will determine the plural form.

Returns

string