From f87c15feb49dc5c165ebde45b69b285dd2d26fd4 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Tue, 21 Jul 2020 18:48:33 +0200 Subject: [PATCH] i18n: add series taxonomy related translations --- i18n/en.yaml | 8 ++++++++ i18n/fr.yaml | 9 +++++++++ 2 files changed, 17 insertions(+) create mode 100644 i18n/en.yaml create mode 100644 i18n/fr.yaml diff --git a/i18n/en.yaml b/i18n/en.yaml new file mode 100644 index 0000000..cd75b25 --- /dev/null +++ b/i18n/en.yaml @@ -0,0 +1,8 @@ +serie: + other: "serie" + +Series: + other: "Series" + +toAllSeries: + other: "to all series" diff --git a/i18n/fr.yaml b/i18n/fr.yaml new file mode 100644 index 0000000..22986f5 --- /dev/null +++ b/i18n/fr.yaml @@ -0,0 +1,9 @@ +serie: + other: "série" + +Series: + other: "Séries" + +toAllSeries: + other: "vers toutes les séries" +