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

If there is an "&" in the translated text, nothing after it will be shown #19

Open ReneReiterer opened 1 year ago

ReneReiterer commented 1 year ago

Hello, if i have a language file with a text in it that has a "&" in it, like for example "this & that", your extension wont show that field. In fact, if its the first item, it wont even show that specific language at all.

I tryed using <![CDATA[this & that]]> which does work, but it also outputs the whole thing in the textfield image

can you fix it to either allow the "&" or better yet, remove the "<!CDATA..." from the output when editing a file?