-
Notifications
You must be signed in to change notification settings - Fork 1
Home
This wiki will help you to contribute with the project
Check Readme file it has instructions for that
You can either test on your browser while emulating a smartphone or you can debug using your own phone
First you need to create a .json file with the translations for your language check this file for the patterns
Follow the pattern editing only the "right sided" values of the file
Examples:
"newItem": "Your translation", ✔️
"newNote Translation": "Your translation", ❌
After you finish your translation file go to settings.page.ts File
and add your language code to the languagesArray variable
Note: Use only your the base language code.
Examples:
code: en ✔️
code: en-us ❌
Make sure to do a git pull
before then test locally the project with your feature.
Write at least one basic of the basic test. For translations tests is not required as long you follow the translation patterns.
Note: Im not asking a huge and well written test. But new features without tests will be rejected
If you did all the things it will take some time before the merge