From c41419a8b93a655a1eca5c8aaedd8f2042c89c41 Mon Sep 17 00:00:00 2001 From: Ad5001 Date: Fri, 21 Jan 2022 13:12:43 +0100 Subject: [PATCH] Adding language translations. --- i18n/en.yaml | 16 ++++++++++++++++ i18n/fr.yaml | 16 ++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/i18n/en.yaml b/i18n/en.yaml index f007cb9..a115632 100644 --- a/i18n/en.yaml +++ b/i18n/en.yaml @@ -5,6 +5,22 @@ fr: other: French en: other: English +de: + other: German +es: + other: Spanish +it: + other: Italian +no: + other: Norwegian +fi: + other: Finish +se: + other: Swedish +hu: + other: Hungarian +pl: + other: Polish all: other: Without text diff --git a/i18n/fr.yaml b/i18n/fr.yaml index def67fe..3d6be77 100644 --- a/i18n/fr.yaml +++ b/i18n/fr.yaml @@ -5,6 +5,22 @@ fr: other: Français en: other: Anglais +de: + other: Allemand +es: + other: Espagnol +it: + other: Italien +no: + other: Norvegien +fi: + other: Finnois +se: + other: Suédois +hu: + other: Hongrois +pl: + other: Polonais all: other: Sans texte