<?xml version="1.0" encoding="utf-8"?> <root> <!-- Info: TokenCollections are not necessary, they're just there to organize your tokens. --> <translationCollection description="YourDescription"> <token name="YourToken"> <translation lang="de">Dein Text</translation> <!-- You can put any language here you want and that is supported by the UTF-8 charset. Successfully tested with: de, en, fr, pl, cz, ru, it, es. The keyword "all" is a wildcard / fallback for every language that couldn't be found inside the translation like "cn" in this case. --> <translation lang="all">Your Text</translation> </token> </translationCollection> </root>