Settings, correção de light/darkmode do dispositivo (e adição da escolha entre modos nas settings) e correção do tipo de letra no textfield do chatbot

This commit is contained in:
2026-05-11 21:47:15 +01:00
parent 9faab9b74e
commit b7988eb608
13 changed files with 1342 additions and 59 deletions

View File

@@ -97,6 +97,10 @@
"@pageNotFound": {
"description": "Page not found title"
},
"pageNotFoundDescription": "The page you are looking for does not exist.",
"@pageNotFoundDescription": {
"description": "Page not found description"
},
"loading": "Loading...",
"@loading": {
"description": "Loading message"

View File

@@ -97,6 +97,10 @@
"@pageNotFound": {
"description": "Page not found title"
},
"pageNotFoundDescription": "A página que procura não existe.",
"@pageNotFoundDescription": {
"description": "Page not found description"
},
"loading": "A carregar...",
"@loading": {
"description": "Loading message"