adds simplified chinese translation

This commit is contained in:
Christian Beutel
2024-04-03 19:43:11 +02:00
parent 25f7c9717c
commit 8af1efaf20
12 changed files with 222 additions and 1 deletions

View File

@@ -9,7 +9,7 @@ export type User = {
password: string,
avatar?: string;
unit?: "metric" | "imperial";
language?: "en" | "de" | "fr" | "hu" | "nl" | "pl" | "pt";
language?: "en" | "de" | "fr" | "hu" | "nl" | "pl" | "pt" | "zh" ;
location?: { name: string, lat: number, lon: number }
}