From 3c3eb2647a0bbf06f85687c792e239a30ded63bd Mon Sep 17 00:00:00 2001 From: jojohoch <joachim.hoch@iqb.hu-berlin.de> Date: Fri, 18 Feb 2022 09:18:31 +0100 Subject: [PATCH] Set the default language for player and editor to 'de' This prevents the browser from trying to translate the page on German systems --- projects/editor/src/html_wrapper/index.html | 2 +- projects/editor/src/index.html | 2 +- projects/player/src/html_wrapper/index.html | 2 +- projects/player/src/index.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/projects/editor/src/html_wrapper/index.html b/projects/editor/src/html_wrapper/index.html index dc9b338a2..129798f2a 100644 --- a/projects/editor/src/html_wrapper/index.html +++ b/projects/editor/src/html_wrapper/index.html @@ -1,5 +1,5 @@ <!doctype html> -<html lang="en"> +<html lang="de"> <head> <meta charset="UTF-8"> <title>Verona Editor Aspect</title> diff --git a/projects/editor/src/index.html b/projects/editor/src/index.html index ac6700a91..3dffd772a 100644 --- a/projects/editor/src/index.html +++ b/projects/editor/src/index.html @@ -1,5 +1,5 @@ <!doctype html> -<html lang="en"> +<html lang="de"> <head> <meta charset="utf-8"> <title>Editor Aspect</title> diff --git a/projects/player/src/html_wrapper/index.html b/projects/player/src/html_wrapper/index.html index dba706117..d6af79f4f 100644 --- a/projects/player/src/html_wrapper/index.html +++ b/projects/player/src/html_wrapper/index.html @@ -1,5 +1,5 @@ <!doctype html> -<html lang="en"> +<html lang="de"> <head> <meta charset="UTF-8"> <title>Verona Player Aspect</title> diff --git a/projects/player/src/index.html b/projects/player/src/index.html index 541204bbd..c91174496 100644 --- a/projects/player/src/index.html +++ b/projects/player/src/index.html @@ -1,5 +1,5 @@ <!doctype html> -<html lang="en"> +<html lang="de"> <head> <meta charset="utf-8"> <title>Player</title> -- GitLab