1
0

feat: save user language in the settings

This commit is contained in:
kolaente
2021-12-12 15:39:47 +01:00
parent 8bb3f8d37c
commit a98119f2d6
7 changed files with 66 additions and 6 deletions

View File

@ -8966,6 +8966,10 @@ var doc = `{
"description": "If enabled, sends email reminders of tasks to the user.",
"type": "boolean"
},
"language": {
"description": "The user's language",
"type": "string"
},
"name": {
"description": "The new name of the current user.",
"type": "string"