From 1c362beafb0dc81e50e16b1b76973728d8cb2b74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Mon, 14 Sep 2015 14:30:27 -0700 Subject: [PATCH] README: explain why translation MRs aren't okay --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index cd4cd2bec..b8d578c23 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,11 @@ The strings are translated using [Weblate](https://weblate.org/en/). Follow [these instructions](https://hosted.weblate.org/engage/f-droid/) if you would like to contribute. +Please *do not* send merge requests or patches modifying the translations. Use +Weblate instead - it applies a series of fixes and suggestions, plus it keeps +track of modifications and fuzzy translations. Applying translations manually +skips all of the fixes and checks, and overrides the fuzzy state of strings. + Running the test suite ----------------------