]> source.dussan.org Git - nextcloud-server.git/commit
Disable browser translations 34858/head
authorArnout Engelen <arnout@bzzt.net>
Thu, 27 Oct 2022 18:13:48 +0000 (20:13 +0200)
committerArnout Engelen <arnout@bzzt.net>
Thu, 27 Oct 2022 18:16:47 +0000 (20:16 +0200)
commit087deb9f1b45b9d9227cf5e82a18b21c6f788ff6
treef0a919a45bc513981d5ea5e765b81815ef11a8fc
parent304c1b9b61b20dfa3c1f07e8a914f0661d91704d
Disable browser translations

This will tell the browser not to translate the text on the page,
since this is very confusing given the good existing translation
support in Nextcloud and the fact that the language the Nextcloud
UI is set to might not match the language the content of the
instance is in, leading to surprising effects.

Better to disable it and remove the confusion.

Fixes #34857

Signed-off-by: Arnout Engelen <arnout@bzzt.net>
core/templates/layout.base.php
core/templates/layout.guest.php
core/templates/layout.public.php
core/templates/layout.user.php