tools for translators
translationCore is an open source platform for checking and managing Bible translation projects. tC provides an extensible interface that enables, among other things, systematic and comprehensive checking of Bible translations against multiple sources and the original languages with just-in-time training modules that provide guidelines and instruction for translators.
Currently, translationCore supports Bible Translation Projects started with translationStudio and uploaded to Door43, and with limited support for USFM projects created using other tools.
For more information see page for usage: Usage
We warmly welcome contributions to both the translationCore repository and building of new checking modules that fit the needs of the Global Church and Church Networks actively translating the Bible.
For more information see page for contributors: Contributing
This application has been localized into a number of languages. You can view progress or help translate at Crowdin.
- last deployed on GitHub pages: deployed JS-Docs
- current local: local JS-Docs
- first time do:
npm run load-apps
- launch app by:
npm i --legacy-peer-deps && npm run start
or in windows runnpm i --legacy-peer-deps; npm run start
- after you get to the "Get Started" Page you can launch Chromium debugger by:
- on Windows or Linux do Control-Shift-I
- on Mac doing Command-Option-I
- first time do:
npm run load-apps
- launch app by:
npm i --legacy-peer-deps && npm run start-debug
- open chrome to url
chrome://inspect/#devices
- if you do not see under remote target
electron/js2c/browser_init
and aninspect
link, make sureDiscover network targets
is selected and clickConfigure
button. Make surelocalhost:5656
is added underTarget discovery settings
and clickDone
. - Under remote target
electron/js2c/browser_init
click oninspect
link.