Adds settings options and localUser functions

This commit is contained in:
Benedicte Quimbert
2022-03-07 15:43:00 +01:00
parent d4e20a792e
commit 85f3a1a9c8
6 changed files with 287 additions and 216 deletions
+8
View File
@@ -57,6 +57,14 @@ const menu: NonNullable<Translation["menu"]> = {
language: {
title: "Sprache",
},
privacySettings: {
title: "Datenschutzeinstellungen", //TODO: confirm & complete translation
explaination: "",
allEnabled: "",
onlyCameraEnabled: "",
onlyMicrophoneEnabled: "",
allDisabled: ""
},
save: {
warning: "(Das Spiel wird nach dem Speichern neugestartet)",
button: "Speichern",