Skip to content
This repository was archived by the owner on Sep 2, 2024. It is now read-only.

Commit 222a9fb

Browse files
authored
Merge pull request #19 from msoultanidis/repo-setting-changes
CONTRIBUTING.md & FUNDING.yml
2 parents d8dab9a + 99083b6 commit 222a9fb

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

.github/CONTRIBUTING.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Contributing to Quillnote
2+
3+
4+
5+
## 🌎 Translations
6+
7+
### Supported languages
8+
9+
| Language | Translator | Status |
10+
|--------------|---------------|----------|
11+
| English | [@msoultanidis](https://github.com/msoultanidis) | Complete |
12+
| Greek (`el`) | [@msoultanidis](https://github.com/msoultanidis) | Complete |
13+
14+
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!**

.github/FUNDING.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
liberapay: Quillnote

0 commit comments

Comments
 (0)