From 676b60a8b5195146f0382e410c26523189c138aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Wed, 10 Aug 2016 15:26:32 +0200 Subject: [PATCH] i18n: Add a README file to point to the Weblate repo (cherry picked from commit 807c615148f8a9daad6365e5a922430ecda2100f) --- tools/translations/README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 tools/translations/README.md diff --git a/tools/translations/README.md b/tools/translations/README.md new file mode 100644 index 00000000000..351bc9e2d18 --- /dev/null +++ b/tools/translations/README.md @@ -0,0 +1,20 @@ +# How to contribute translations + +Godot's translation work is coordinated on +[Hosted Weblate](https://hosted.weblate.org/projects/godot-engine/godot), +an open source web-based translation platform, where contributors can work +together on translations using various internationalization features. +Creating an account there is free, and you can also login directly with +your GitHub, BitBucket, Google or Facebook account. + +To avoid merge conflicts when syncing translations from Weblate (currently +this is done manually), we ask all contributors to work there instead of +making pull requests on this repository. + +Link if you missed it: https://hosted.weblate.org/projects/godot-engine/godot + +## Adding new languages + +If you want to translate for a language which is not featured yet on Weblate, +open an issue on this repo to ask that the language is added, or contact +Akien/@akien-mga directly on IRC (#godotengine channel on Freenode).