datamintsGmbH / datamints_locallang_builder

Offers developers and editors a backend module for creating, changing and translating language files for your extensions. Significant improvement of the workflow by using an independent translation provider such as Azure, DeepL or Google Translate.
https://www.datamints.com
Other
4 stars 5 forks source link

Special characters should be transform in htmlentities #26

Open phil64 opened 5 months ago

phil64 commented 5 months ago

If you write a special character in a string, and it is saved "as is", the xlf file is saved with an incorrect XML format. Which causes the typo3 XML parser to return an error.

Each special character must be transformed into html entities when saving: & => &

=> > < => < And so on.