Skip to content
This repository was archived by the owner on Dec 7, 2024. It is now read-only.
KurXZ edited this page Nov 24, 2022 · 2 revisions

Welcome to the Ionic Notes wiki!

This wiki will help you to contribute with the project

How to create a local version

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

How translate

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 ❌

Pull request

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

Clone this wiki locally