Closed JinIgarashi closed 2 years ago
@hfu @ubukawa I have completed to translate documentation to Japanese language in transifex now.
https://www.transifex.com/unvt/charites-docs/
The below screenshot is from my local environment. Once I have permission to edit secrets on this repository, I will setup Github action to automate integration with Transifex.
Thank you for submitting a pull request!
Description
fix #83
Added integration with transifex for i18n of documentation.
For this PR, I created a project in transifex for charites documentation as following URL.
https://www.transifex.com/unvt/charites-docs
secret key
TX_TOKEN
needs to be registered fromsettings
of charites repository.how to build in local environment
html files for English and Japanese languages will be generated under
build/html
folder.Type of Pull Request
Verify the followings
main
branchnpm run build
npm run lint
charites help
globallyRefer to CONTRIBUTING.MD for more details.