Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,14 @@ Contributions are welcome!

<h2 align="center">Translations</h2>

If you want to make the app available in your language, you're welcome to create a pull request with your translation file. The base string resources can be found under:
You can help to translate the app on [Weblate](https://toolate.othing.xyz/projects/myne/).

<a href="https://toolate.othing.xyz/projects/myne/">
<img src="https://toolate.othing.xyz/widget/myne/multi-auto.svg" alt="Translation status" />
</a>

Alternatively, you can translate manually and create a pull request with your translation file.
The base string resources can be found at:
```
/app/src/main/res/values/strings.xml
```
Expand Down