diff --git a/i18n/de.yaml b/i18n/de.yaml index 036f6f7..b4e51a2 100644 --- a/i18n/de.yaml +++ b/i18n/de.yaml @@ -36,3 +36,9 @@ toAllCategories: skipToContent: other: "zum Hauptinhalt springen" + +darkTheme: + other: "dunkles thema" + +lightTheme: + other: "licht thema" diff --git a/i18n/en.yaml b/i18n/en.yaml index 3d396fe..a397d85 100644 --- a/i18n/en.yaml +++ b/i18n/en.yaml @@ -35,4 +35,10 @@ toAllCategories: other: "to all categories" skipToContent: - other: "skip to main content" \ No newline at end of file + other: "skip to main content" + +darkTheme: + other: "dark theme" + +lightTheme: + other: "light theme" diff --git a/i18n/fr.yaml b/i18n/fr.yaml index 9b022c4..b7c50d5 100644 --- a/i18n/fr.yaml +++ b/i18n/fr.yaml @@ -35,4 +35,10 @@ toAllCategories: other: "vers toutes les catégories" skipToContent: - other: "passer au contenu principal" \ No newline at end of file + other: "passer au contenu principal" + +darkTheme: + other: "thème sombre" + +lightTheme: + other: "thème léger" diff --git a/i18n/pl.yaml b/i18n/pl.yaml index 89759a8..5233c63 100644 --- a/i18n/pl.yaml +++ b/i18n/pl.yaml @@ -36,3 +36,9 @@ toAllCategories: skipToContent: other: "przejdź do głównej zawartości" + +darkTheme: + other: "ciemny schemat" + +lightTheme: + other: "lekki schemat" diff --git a/i18n/ru.yaml b/i18n/ru.yaml index baafa10..12e9ed7 100644 --- a/i18n/ru.yaml +++ b/i18n/ru.yaml @@ -35,4 +35,10 @@ toAllCategories: other: "ко списку всех категорий" skipToContent: - other: "перейти к основному контенту" \ No newline at end of file + other: "перейти к основному контенту" + +darkTheme: + other: "тёмная тема" + +lightTheme: + other: "светлая тема"