From 6c28b2dad081adf8015b71c0cbbb17fbcab4daa5 Mon Sep 17 00:00:00 2001
From: Torsten Grote <t@grobox.de>
Date: Wed, 6 Jan 2021 09:23:22 -0300
Subject: [PATCH] Add meta translations for new languages

---
 i18n/es.yaml | 5 +++++
 i18n/fa.yaml | 5 +++++
 i18n/fr.yaml | 5 +++++
 3 files changed, 15 insertions(+)
 create mode 100644 i18n/es.yaml
 create mode 100644 i18n/fa.yaml
 create mode 100644 i18n/fr.yaml

diff --git a/i18n/es.yaml b/i18n/es.yaml
new file mode 100644
index 0000000..1a262bb
--- /dev/null
+++ b/i18n/es.yaml
@@ -0,0 +1,5 @@
+# Transifex support depends on https://github.com/gohugoio/hugo/issues/5242
+translations:
+  other: "Traducciones"
+toc:
+  other: "Índice"
\ No newline at end of file
diff --git a/i18n/fa.yaml b/i18n/fa.yaml
new file mode 100644
index 0000000..f083c06
--- /dev/null
+++ b/i18n/fa.yaml
@@ -0,0 +1,5 @@
+# Transifex support depends on https://github.com/gohugoio/hugo/issues/5242
+translations:
+  other: "ترجمه ها"
+toc:
+  other: "فهرست مطالب"
\ No newline at end of file
diff --git a/i18n/fr.yaml b/i18n/fr.yaml
new file mode 100644
index 0000000..070b753
--- /dev/null
+++ b/i18n/fr.yaml
@@ -0,0 +1,5 @@
+# Transifex support depends on https://github.com/gohugoio/hugo/issues/5242
+translations:
+  other: "Traductions"
+toc:
+  other: "Table des matières"
\ No newline at end of file
-- 
GitLab