Would you like to contribute to the browser extension and complete the translations using your mother tongue? Then you can do that as explained below:
- create a fork of our extension in your Github account
- copy the file /js/web/_i18n/en.json and rename it to your ISO code. For example hu.json or es.json
- replaced all values after the : (colon) between the “ ” (single quotes)
- Now you make a pull request on the BETA branch of our extension on Github
That’s it. Your language will be integrated by us and will appear automatically from the next version.
As soon as we make changes, they will be marked in your language file with “// ToDo Translate”. This way you can apply and complete this change. After that, remove the “// ToDo Translate” mark.
One more hint. In such passages, the words between the double __xxxxx__ may not be translated. These are placeholders for certain variables and values.
Here is an example:
"Reward = __nettoreward__ <small>(netto reward)</small> * __arcfactor__ <small>(Arc bonus)</small> = __bruttoreward__<br>Costs: __costs__<br>Profit = __bruttoreward__ <small>(reward)</small> - __costs__<small>(costs)</small> = __profit__"