Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Klass <kissaki@posteo.de>2021-03-06 20:57:12 +0300
committerGitHub <noreply@github.com>2021-03-06 20:57:12 +0300
commit33c8ebe08acb94a5d1aeeea12343af5fbd2d2b1d (patch)
tree657a0e44410642dc22dafb13ecc56815fcdab0d5
parentd72cd32dae61dd2ec008698fc41dfc60f53df558 (diff)
parente463bad9853bd7f9a1561e10586658e02d6096b6 (diff)
Merge PR #4831: MAINT: Add Weblate and translation notice to README.md
The Weblate free libre hosting requires us to mention them in the README. See also migration process in #4727
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 1bef58040..028e2ba03 100644
--- a/README.md
+++ b/README.md
@@ -32,6 +32,12 @@ The documentation of the project can be found on the [wiki](https://wiki.mumble.
We always welcome contributions to the project. If you have code that you would like to contribute, please go ahead and create a PR. While doing so, please try to make sure that you follow our [commit guidelines](COMMIT_GUIDELINES.md).
+### Translating
+
+Mumble supports various languages. We are always looking for qualified people to contribute translations.
+
+We are using Weblate as a translation platform. [Register on Weblate](https://hosted.weblate.org/accounts/register/), and join [our translation project](https://hosted.weblate.org/projects/mumble/).
+
## Building
For information on how to build Mumble, checkout [the dedicated documentation](docs/dev/build-instructions/README.md).