If you would like to contribute code, please submit a Pull Request with the changes you would like to make.
Please use eslint to ensure your code is in a similar style to the rest before submitting your PR. A eslintrc.json
file is included in the repo.
I will likely merge your PR if it works as intended and does not break other features.
The current english text is in ./extension/_locales/en-US/messages.csv
The file has 3 columns:
- The id of the text. Must remain the same for all languages.
- The actual text. Must be translated.
- A description of the text. May contain translations notes, or be left alone.
The translated file should be stored in ./extension/_locales/{COUNTRY CODE}/messages.csv for the pull request.
Run npm run build:i18n {COUNTRY CODE}
to build the messages.json. Ex: npm run build:i18n en-US