adds french & fixes translation issues

This commit is contained in:
Christian Beutel
2024-03-28 14:34:48 +01:00
parent 340a3c7c05
commit 7662234ff4
15 changed files with 335 additions and 42 deletions

View File

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