Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

Latest commit

 

History

History
44 lines (23 loc) · 2.2 KB

TRANSLATION.md

File metadata and controls

44 lines (23 loc) · 2.2 KB

How to contribute translations

We are using Transifex to manage the resources that are used by internationalized content.

For contributors of translations

Please go to our project page on the Transifex. https://www.transifex.com/stopcovid19-tokyo/stopcovid19tokyo

Please join our team from Help Translate "StopCovid19Tokyo" button. You will need to make/login account before joining our team.

After joining, please go to the dashboard page.

https://www.transifex.com/stopcovid19-tokyo/stopcovid19tokyo/dashboard/

Press Translate button on the language resource that you want to contribute.

You will see the translation editor. Search the text you want to translate from the left pane, then enter the translated text in the text area on the right pane.

After editing, please press Save Translation button.

After the translation completed, the dev team will update the language resources with latest texts.

Transifex has some useful features like a dictionary feature. Feel free to use it if it is useful. Any suggestions are welcome!

Adding new language

If you want to add new language. Please request new language via Transifex system. However, due to reviewing capacity, we can provide only English, Japanese, Simplified Chinese, Traditional Chinese, and Korean in the website.

For developers

If you have something new texts which needs translation, please add the strings to ../assets/locales/ja.json and make a pull request to developmentbranch. You can use same string for key and value.

We are using nuxt-i18n as a translation system. Please refer their document to know how to use the library.

When you need to get translated text immediately, please ask to push the latest changes from Transifex in the #covid19 channel in Code for Japan Slack (see our respos).

After the text was translated, an organizer will apply new resources on the development branch.