- Create
./_locales/<languageCode>/messages.json
. - Copy the contents of the existing translation file.
- Translate the text.
- Create
./src/ts/userScript/<languageCode>.user.ts
. - Copy the existing code.
- Rewrite the import source of the translation file.
Note
Translated versions of the screenshots are created by maintainer @Robot-Inventor.
- Translate the screenshots to match the UI translation.
- Create
./README_<languageCode>.md
. - Copy the contents of the existing README file.
- Translate the text.
- Replace the screenshots with the translated versions.
- Add a link to the new language's README in the README files of other languages.
- Add a link to the new language's user script in all README files.