feat: initial support for saving routes
Some checks failed
TrafficCue CI / check (push) Failing after 32s
TrafficCue CI / build (push) Failing after 32s

This commit is contained in:
Cfp
2025-08-19 12:19:08 +02:00
parent babfb526de
commit 64ed0c8204
4 changed files with 86 additions and 11 deletions

View File

@ -11,7 +11,8 @@
"home": "Home",
"school": "School",
"work": "Work",
"no-location": "No {name} location saved."
"no-location": "No {name} location saved.",
"saved-routes": "Saved Routes"
},
"location": {
"unlock": "Unlock Location",
@ -130,5 +131,6 @@
"choose-lang": "Choose your language",
"first-vehicle": "Let's create your first vehicle."
}
}
},
"unsave": "Unsave"
}