feat: add i18n

This commit is contained in:
Cfp
2025-08-14 15:10:48 +02:00
parent 67e5cba264
commit b3f3c4f0b2
13 changed files with 125 additions and 18 deletions

9
messages/en.json Normal file
View File

@ -0,0 +1,9 @@
{
"$schema": "https://inlang.com/schema/inlang-message-format",
"saved": {
"home": "Home",
"school": "School",
"work": "Work",
"no-location": "No {name} location saved."
}
}