addTextDomain()
публичный Метод
Add text domain for gettext
setDomain()
публичный Метод
translatePlural()
публичный статический Метод
Example of usage plural form + sprintf
equal to sprintf(ngettext('%d comment', '%d comments', 4), 4)
Translator::translatePlural('%d comment', '%d comments', 4, 4)
Example of usage plural form + sprintf
equal to sprintf(ngettext('%d comment', '%d comments', 4), 4, 'Topic')
Translator::translatePlural('%d comment to %s', '%d comments to %s', 4, 'Topic')
$domain защищенное свойство