adds dutch, portugese & polnish i18n

This commit is contained in:
Christian Beutel
2024-03-27 13:04:50 +01:00
parent a5e7f0de86
commit 38858bde95
9 changed files with 448 additions and 3 deletions

View File

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