Can someone give me a guideline of how to upload translated content (the text is not translated using tS, but I can pre-process the text to match with the tS format) to the git.door43.org site please?
Hi @benVar ,
The best way to do this is follow the example of the English OBS source files.
In particular, you’ll want to make sure you have the following:
- A manifest.yaml file (just copy from English and make changes to match your project).
- A content directory with 1 file per story that has your translation (for example story 1 raw markdown). Don’t change the image links.
Does that help?