You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 2, 2024. It is now read-only.
You can help Quillnote grow by translating it in languages it does not support yet or by improving existing translations.
15
+
16
+
### How to translate
17
+
18
+
1. Fork the repository.
19
+
2. Create a new branch from the `develop` branch. Give it a good name, like `translation-FR` for a French translation.
20
+
3. Inside `app/src/main/res` create a folder named `values-COUNTRY_CODE` where `COUNTRY_CODE` is the code for the language you're translating Quillnote in. For example, the Greek translation lies inside the `values-el` folder.
21
+
4. Copy `app/src/main/res/values/strings.xml` inside the folder you just created.
22
+
5. Edit the file by translating the strings between the XML tags and not the tags themselves. For example, in this line `<string name="nav_all_notes">All Notes</string>` you should only translate `All Notes`.
23
+
6. When done, commit your changes.
24
+
7. Finally, create a new pull request [here](https://github.com/msoultanidis/quillnote/pulls).
25
+
26
+
**Thanks for your interest in contributing to Quillnote!**
0 commit comments