From feafea049b11a63da1af9592cd78991714247eb2 Mon Sep 17 00:00:00 2001 From: Alexandre Iooss Date: Mon, 1 Nov 2021 11:22:33 +0100 Subject: [PATCH] Add translation strings for theme --- themes/custom/i18n/en.yaml | 8 ++++++++ themes/custom/i18n/fr.yaml | 8 ++++++++ 2 files changed, 16 insertions(+) create mode 100644 themes/custom/i18n/en.yaml create mode 100644 themes/custom/i18n/fr.yaml diff --git a/themes/custom/i18n/en.yaml b/themes/custom/i18n/en.yaml new file mode 100644 index 0000000..cda38bc --- /dev/null +++ b/themes/custom/i18n/en.yaml @@ -0,0 +1,8 @@ +table_of_contents: + other: Table of contents + +source_code: + other: Source code + +search: + other: Search... diff --git a/themes/custom/i18n/fr.yaml b/themes/custom/i18n/fr.yaml new file mode 100644 index 0000000..16df069 --- /dev/null +++ b/themes/custom/i18n/fr.yaml @@ -0,0 +1,8 @@ +table_of_contents: + other: Table des matières + +source_code: + other: Code source + +search: + other: Recherche...