Actions
Feature #14820
closedFE form alert message is hardcoded in english... need transaltion capabilities
Start date:
2005-06-15
Due date:
% Done:
0%
Estimated time:
PHP Version:
4
Tags:
Complexity:
Sprint Focus:
Description
the file is this: typo3_src-3.8.0/t3lib/jsfunc.validateform.js
the messages.. like: theBadMess = "You must fill in these fields:";
are hardcoded in the javascript functions...
i would need them to be in other languages!
is this possible
(issue imported from #M1200)
Updated by Karsten Dambekalns over 19 years ago
This isn't a support forum. Search the archives/documentation first.
Put this in your template setup, wrap in conditions as needed:
tt_content.mailform.20.badMess = Bitte füllen Sie die folgenden Felder aus:
Actions