-
Notifications
You must be signed in to change notification settings - Fork 36
I want to help to translate
Ludovit Scholtz edited this page Jun 19, 2021
·
1 revision
Do you want to have AWallet in your native language?
There is just few phrases to translate, so you can easily help us to do so..
- Authenticate to github
- Click here: https://raw.githubusercontent.com/scholtz/wallet/master/src/locales/en.json
- Copy content (or if you prefer translation from other language copy it from there)
- Click here: https://github.com/scholtz/wallet/tree/master/src/locales
- In upper right corner, click "Create new file"
- Type the language code with json extension, eg en.json, cs.json, sk.json (see files in the directory to get more examples)
- Paste the content of the source file from step above
- You can save it by clicking commit. You can edit this multiple times.
- After you finish editing the file, create pull request. Go to your local repository pull reqests page, and click create pull request. Write down the language in which is your translation and click "Create pull request"
- Edit file https://github.com/scholtz/wallet/edit/master/src/store/config.js
- Add the language in the variable languages
When developers add new content to the AWallet, they put new phrases to the end of each section in English.
- Edit your language file. Eg. https://github.com/scholtz/wallet/edit/master/src/locales/it.json
- Check ending of each section, search for non translated phrases
- Commit, and create pull request
Do not hesitate to improve the phrases which are shown in AWallet.
- Edit your language file. Eg. https://github.com/scholtz/wallet/edit/master/src/locales/en.json
- Update the phrase. Do not edit the key even if it contains typo.
- Commit, and create pull request