feat: localize voice guidance
Some checks failed
TrafficCue CI / check (push) Failing after 1m8s
TrafficCue CI / build (push) Successful in 9m46s
TrafficCue CI / build-android (push) Successful in 25m15s

This commit is contained in:
2025-09-30 19:23:46 +02:00
parent 50429fd4a6
commit 03838bf714
5 changed files with 19 additions and 7 deletions

View File

@ -1,6 +1,11 @@
{
"$schema": "https://inlang.com/schema/inlang-message-format",
"language": "Deutsch - German",
"language": {
"name": "Deutsch - German",
"tts": "de",
"speechSynthesis": "de-DE",
"valhalla": "de"
},
"saved": {
"home": "Heim",
"school": "Schule",

View File

@ -1,6 +1,11 @@
{
"$schema": "https://inlang.com/schema/inlang-message-format",
"language": "English",
"language": {
"name": "English",
"tts": "en",
"speechSynthesis": "en-US",
"valhalla": "en"
},
"save": "Save",
"cancel": "Cancel",
"loading": "Loading...",