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>2021-09-07 16:31:33 +0300
committerHannah von Reth <vonreth@kde.org>2021-09-08 17:38:44 +0300
commit45a7f032350f619180b05d6455a1f82c2692aff3 (patch)
treecd63e8d71ac33643152b0841525fdfa6dc3f3e22 /changelog
parentd9d523956d645b842da8a21da8b1b522fa08b4db (diff)
Explicitly set the layout direction if changing the locale
Fixes: #8806
Diffstat (limited to 'changelog')
-rw-r--r--changelog/unreleased/88067
1 files changed, 7 insertions, 0 deletions
diff --git a/changelog/unreleased/8806 b/changelog/unreleased/8806
new file mode 100644
index 000000000..927e89536
--- /dev/null
+++ b/changelog/unreleased/8806
@@ -0,0 +1,7 @@
+Bugfix: Enforce rtl layout with rtl languages
+
+We fixed a bug where setting the language to a right to left language on mac
+did not change the layout of the application.
+
+https://github.com/owncloud/client/issues/8806
+https://github.com/owncloud/client/pull/8981