mirror of
https://github.com/Shabinder/SpotiFlyer.git
synced 2024-11-24 18:04:33 +01:00
5abc9b3a0e
This commit fixes some grammatical errors in the Contributing.md file, as well as add some aesthetics to the contribution guidelines.
18 lines
904 B
Markdown
18 lines
904 B
Markdown
### Contributing Translations:
|
|
|
|
- **Fork** this repo (Button at top Right Corner)
|
|
|
|
- Create **`Strings_{language-code}.properties.xml`** in **`/translations/`**
|
|
|
|
- Refer to the **Default file** - *English **(en)*** => [`Strings_en.properties`](https://github.com/Shabinder/SpotiFlyer/blob/main/translations/Strings_en.properties)
|
|
|
|
- For example, if you want to translate the app to **French** , create **`Strings_fr.properties`**
|
|
|
|
- **Copy** all Key-Value pairs from **`Strings_en.properties`** to your newly created **`Strings_fr.properties`** and Translate all Values.
|
|
|
|
- **Commit** your Changes to your Fork and then **Create a Pull Request** to this Repo.
|
|
|
|
- **Sit Back and Relax**... and **kudos** for your contibution! Your effort and contribution will benefit lots of people. 🙏😊
|
|
|
|
If You Need any Help with Anything, just create an issue asking about the same.
|