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

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHannah von Reth <hannah.vonreth@owncloud.com>2022-02-21 20:23:32 +0300
committerGitHub <noreply@github.com>2022-02-21 20:23:32 +0300
commit5ec8c8f05b23b88c814b0799a02ce1ea86171a1f (patch)
tree334decef03595deba0e3a96c4b75267c508757f3 /changelog
parent105d39c19a986164b9c0de6697babd6c3ce7cb8b (diff)
Remove translations before we update them (#9456)
Fixes: #9105
Diffstat (limited to 'changelog')
-rw-r--r--changelog/unreleased/91057
1 files changed, 7 insertions, 0 deletions
diff --git a/changelog/unreleased/9105 b/changelog/unreleased/9105
new file mode 100644
index 000000000..a7a24718f
--- /dev/null
+++ b/changelog/unreleased/9105
@@ -0,0 +1,7 @@
+Bugfix: Remove outdated translations
+
+Due to a bug we were not removing the translations that fell below
+a required quality margin, we only stopped updating them.
+Resulting in even worse translations in some cases.
+
+https://github.com/owncloud/client/issues/9105