added intro screen api address selection. also added apk

This commit is contained in:
nico
2024-05-15 20:23:07 +02:00
parent 1656ffb00c
commit fd42d3fd02
4 changed files with 49 additions and 5 deletions

View File

@@ -98,5 +98,7 @@
"sendagain": "Nochmal senden",
"successful": "Erfolgreich",
"back": "Zurück",
"loading": "Lädt"
"loading": "Lädt",
"test": "Test",
"notest": "Kein Test"
}

View File

@@ -477,6 +477,16 @@
"loading": "Loading",
"@loading": {
"description": "just Loading"
},
"test": "Test",
"@test": {
"description": "test"
},
"notest": "No Test",
"@notest": {
"description": "no test"
}
}