unvt / charites

It is an application to style vector tiles easily
https://unvt.github.io/charites/
MIT License
54 stars 13 forks source link

Add/transifex #84

Closed JinIgarashi closed 2 years ago

JinIgarashi commented 2 years ago

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 from settings of charites repository.

how to build in local environment

cd docs
pipenv install
pipenv shell
# please create your transifex token
tx init
make transifex_pull
make html

html files for English and Japanese languages will be generated under build/html folder.

Type of Pull Request

Verify the followings

Refer to CONTRIBUTING.MD for more details.

JinIgarashi commented 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. image