feat: add i18n
This commit is contained in:
9
messages/de.json
Normal file
9
messages/de.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"$schema": "https://inlang.com/schema/inlang-message-format",
|
||||
"saved": {
|
||||
"home": "Heim",
|
||||
"school": "Schule",
|
||||
"work": "Arbeit",
|
||||
"no-location": "Kein {name} Speicherort gespeichert."
|
||||
}
|
||||
}
|
||||
9
messages/en.json
Normal file
9
messages/en.json
Normal 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."
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user