From 2d95a49db0acd25b66bdcd894b49fd3a59fdbe4b Mon Sep 17 00:00:00 2001 From: Raoul Date: Sun, 30 Apr 2023 21:09:08 +0200 Subject: [PATCH] Complete list of week days --- i18n/de.toml | 8 ++++++++ i18n/en.toml | 8 ++++++++ i18n/fr.toml | 8 ++++++++ i18n/it.toml | 8 ++++++++ 4 files changed, 32 insertions(+) diff --git a/i18n/de.toml b/i18n/de.toml index e300f50..59898cc 100644 --- a/i18n/de.toml +++ b/i18n/de.toml @@ -1,7 +1,15 @@ +[Montag] +other = "Montag" +[Dienstag] +other = "Dienstag" +[Mittwoch] +other = "Mittwoch" [Donnerstag] other = "Donnerstag" [Freitag] other = "Freitag" +[Samstag] +other = "Samstag" [Sonntag] other = "Sonntag" diff --git a/i18n/en.toml b/i18n/en.toml index 53bb05a..8a3ba99 100644 --- a/i18n/en.toml +++ b/i18n/en.toml @@ -1,7 +1,15 @@ +[Montag] +other = "Monday" +[Dienstag] +other = "Tuesday" +[Mittwoch] +other = "Wednesday" [Donnerstag] other = "Thursday" [Freitag] other = "Friday" +[Samstag] +other = "Saturday" [Sonntag] other = "Sunday" diff --git a/i18n/fr.toml b/i18n/fr.toml index 0708b32..7851dee 100644 --- a/i18n/fr.toml +++ b/i18n/fr.toml @@ -1,7 +1,15 @@ +[Montag] +other = "lundi" +[Dienstag] +other = "mardi" +[Mittwoch] +other = "mercredi" [Donnerstag] other = "jeudi" [Freitag] other = "vendredi" +[Samstag] +other = "samedi" [Sonntag] other = "dimanche" diff --git a/i18n/it.toml b/i18n/it.toml index d393822..a96f7c3 100644 --- a/i18n/it.toml +++ b/i18n/it.toml @@ -1,7 +1,15 @@ +[Montag] +other = "lunedì" +[Dienstag] +other = "martedì" +[Mittwoch] +other = "mercoledì" [Donnerstag] other = "giovedì" [Freitag] other = "venerdì" +[Samstag] +other = "sabato" [Sonntag] other = "domenica"