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:
authorFabian Müller <fmueller@owncloud.com>2022-03-09 18:13:18 +0300
committerFabian Müller <80399010+fmoc@users.noreply.github.com>2022-03-11 03:06:36 +0300
commitf998fba1cfe885e1452aebb1aefe9465d6df652d (patch)
tree08448888d96f484917740e87d7e9c9efe0111dfe /changelog
parentd47a1483c01fc4ad4594ff32bbe517e03d81d26e (diff)
Include locale in language dropdown
Diffstat (limited to 'changelog')
-rw-r--r--changelog/unreleased/94603
1 files changed, 3 insertions, 0 deletions
diff --git a/changelog/unreleased/9460 b/changelog/unreleased/9460
index 1b7dee66d..639bf992b 100644
--- a/changelog/unreleased/9460
+++ b/changelog/unreleased/9460
@@ -3,5 +3,8 @@ Enhancement: Provide informal German translations
The community was maintaining an informal German translation for years but we where only able to
provide a single version of German in the client.
We now ship both versions, the informal can be selected in the combobox in the advanced settings.
+To be able to distinguish between formal and informal locales, we also include the locale
+identifier in the dropdown (e.g., "Deutsch (de-informal)").
https://github.com/owncloud/client/issues/9460
+https://github.com/owncloud/client/pull/9502