From f7bf814ec9eaf04ea03656cb4c6524df530db17f Mon Sep 17 00:00:00 2001 From: Pyvain Date: Sun, 20 Sep 2020 01:13:22 +0200 Subject: [PATCH] Add i18n support for French --- i18n/fr.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 i18n/fr.yaml diff --git a/i18n/fr.yaml b/i18n/fr.yaml new file mode 100644 index 00000000..a26a8765 --- /dev/null +++ b/i18n/fr.yaml @@ -0,0 +1,5 @@ +- id: prev_page + translation: "Page Précédente" + +- id: next_page + translation: "Page Suivante"