Want to help us out? Follow these simple rules:
This project is licensed under the GPLv3 license. Please consider this when adding external libraries/resources to the project.
Please read CODE_OF_CONDUCTS.md
in this Git repository. Tldr:
- Please remain civil in discussions.
- Respect one another.
- Contact @jkelol111's email immediately when a breach of conduct codes occurs.
Contributing translations to this project is not too difficult.
- Make a copy of
src/assets/i18n/en.json
and rename it to the ISO 639-1 language code you're translating to (e.gvi.json
,tl.json
). - Translate the English on the right side of the copy you made to your language, just like the other translation files currently present in
src/assets/i18n
. - Add your language code into
src/assets/js/index/init.js
, wherei18next.init()
is. (into thesupportedLngs
array) - Add your language option into the
lang-select
selection box, insrc/index.html
. - Make a pull request and we'll verify it works and adjust it accordingly.