-
Notifications
You must be signed in to change notification settings - Fork 5
Translation of error messages #65
Comments
Hi @haraldkrischner, Thank you for your report, I will need some more information to be able to help you out:
You also need to know that FormZ does not provide any german translation at the moment. I am not a native german speaker and did not have any help concerning german translation yet. For your information, you are able to customize any validator message (localization supported), see official documenation for more information. I will try to take some time later to register this extension on TYPO3 translation service so people can contribute to translation.
For now, FormZ does not provide any sort of helper to send emails, this is your own responsibility to have this feature. In the future (development is in progress), some new tools will be provided to help you out for this kind of features. |
My Typo3 backend is set to German and so is config.language = de and config.locale_all = de_DE.UTF-8
I guess these fields may reside somewhere in the Typo3 core? I could offer you some help with the translation, though I am not experienced in using the typo3 translation service. For now I will take a look into custom error messages… Oh, another question: The JS validation jumps to the erroneous field on submit. But as I have a sticky header on top of the page that field jumps out of the visible part of the page. Can I hook into that behaviour? |
Ok, indeed these messages come from FormZ core (and not TYPO3 core). So this is "normal" that you don't have a german translation by default. For now, I'd suggest using the custom messages feature I talked about previously.
I'm afraid this is hardcoded and can not be customized for now (see Formz.Form.SubmissionService.js#L121). This is obviously an issue, and if you really need a fix for that I'll try to release it asap. If you need more help, do not hesitate to join the Slack channel at #ext-formz. |
Hi there!
Though the rest of my Typo3 is in German the formz error messages are English. I have updated the languages but to no success. Any idea?
Thanks.
P.S.: Oh, another small question: How to put the results into an email, is there a best practice or some code to share?
The text was updated successfully, but these errors were encountered: