Description
The default parser that can read correctly TS is based on OKAPI filters for TS.
Here is how to localize this file type.
It is important to name your file .ts in order to use the correct parser.
File structure
<!DOCTYPE TS><TS> <context> <name>contentstructuremenu/show_content_structure</name> <message> <source>Node ID: %node_id Visibility: %visibility</source> <translation>Knoop ID: %node_id Zichtbaar: %visibility</translation> <location filename="test.ezt" line="85"/> </message> </context> <context> <name>design/admin/class/classlist</name> <message> <source>%group_name [Class group]</source> <translation>%group_name [Class groep]</translation> </message> </context> </TS>
Encoding
As TS is an xml file it is important that the file encoding is UTF-8 so you can work with the all the languages
That’s rlelay thinking out of the box. Thanks!