Thanks so much for your feedback @Ralf, and thank you for signing up on Mycroft Translate.
We’re still working through the online help for Pootle, but the below might be helpful:
text in {{ }}
This text should be ignored - these are entities which are used programmatically.
text in ( word| another word)
This text should be translated - the words in brackets separated by a pipe are alternative phrases in .dialog files.
Words like (?P<Command>.?)
These are regex matches in Intents / .voc files. The parts in < > signs should not be translated.
Hope this helps, and thanks again for all your help in translating!
Seems like a day doesn’t go by that I don’t discover something new with mycroft.ai. In your examples above, I was aware of the {{ }}, and (?P< Command>.?) but I was NOT aware of the ( word| another word). Are these details documented anywhere? In the past week I have manged to stumble across.
The ability to add mutiple @ decorators for a single intent
the one_of() option for intent builder
and now the ( word| another word)
Wondering how many other features are available to skills developers that are not immediately obvious.
Thank you for the clear explanation. I will go through the translations that I committed and update them accordingly. I will inform others about your post.