You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$form->setTranslator($this->translator->domain('forms.testForm'));
$form->addError('onSuccess.errors.error1'); // should work$form->addError('forms.testForm.onSuccess.errors.error1'); // should not work$form->addError(newPhrase('onSuccess.errors.error1')); // should work$form->addError(newPhrase('forms.testForm.onSuccess.errors.error1')); // should not work
via http://forum.nette.org/cs/23047-kdyby-translator-preklad-form-adderror-a-this-flashmessage#p155723
The text was updated successfully, but these errors were encountered: