Thank you for your interest in helping translate our project! Your contributions will help make our project accessible to more people around the world.
Adding new languages to the list
dialogs.json contains sentences that OVOS will speakintents.json contains sentences that the user will speak to OVOSvocabs.json similar to intents, but contain sentence fragments/keywords, not full utterancesWhen you open a JSON file for translation in GitLocalize, you’ll see two parts:
Variables are placeholders within sentences that represent changing content, such as names or numbers.
My name is {var_name}Mi nombre es {var_name}Important Rules:
).Sometimes, the same file will appear several times, each with a different variation of the same sentence. These variations are called "slots".
Important Rules:
[UNUSED]. This tells us that you reviewed the slot and marked it as translated.You can use the "alternative word" syntax to provide options or optional words within a sentence.
I love (cats|dogs|birds) becomes Amo (gatos|perros|pájaros)I (really|) love (cats|dogs|birds) becomes Yo (realmente|) amo (gatos|perros|pájaros)[UNUSED]. unchanged.(option1|option2|option3).(optional|).Enter to add a new line and enter your alternative translation on the new line.