tC Create is a web-based application (https://create.translationcore.com) that enables users to translate and edit unfoldingWord’s Gateway Language resources. This tool will greatly expedite the production of the resources needed to further unfoldingWord’s Gateway Language Strategy.
tC Create allows users to translate from unfoldingWord’s English Translation Notes, Translation Words, Translation Questions, Translation Academy and Open Bible Stories. Once the resources are translated and checked in tC Create, they can be used in unfoldingWord’s translationCore tool to check Bible translations.
translationCore Create: How to video
tC Create is built using React Component Libraries. These libraries (listed here) can be used for other applications and we hope that others will contribute libraries to this effort.
yarn
yarn run cypress install
cypress.env.json
in root folder with the following contents (substitute your username in password):
{
"TEST_USERNAME": "<user>",
"TEST_PASSWORD": "<password>"
}
git Bash
as it needs bash):
yarn start
yarn run cypress open
`yarn cypress:run`