Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/EmielH/stip-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/i18n
diff options
context:
space:
mode:
authorEmiel Hollander <EmielH@users.noreply.github.com>2019-03-31 21:35:41 +0300
committerEmiel Hollander <EmielH@users.noreply.github.com>2019-03-31 21:35:41 +0300
commit22935f4f4febc9c25ab358f0c559e256a67adde4 (patch)
treef49d33fb3c13fb94add31ebcddaf205327cdbb81 /i18n
Initial commit
Diffstat (limited to 'i18n')
-rw-r--r--i18n/de.toml2
-rw-r--r--i18n/en.toml2
-rw-r--r--i18n/fr.toml2
-rw-r--r--i18n/nl.toml2
4 files changed, 8 insertions, 0 deletions
diff --git a/i18n/de.toml b/i18n/de.toml
new file mode 100644
index 0000000..70544df
--- /dev/null
+++ b/i18n/de.toml
@@ -0,0 +1,2 @@
+[generator]
+other = "Gemacht mit <a href='https://gohugo.io'>Hugo</a> mit dem Thema <a href='https://github.com/EmielH/stip-hugo/'>Stip</a>."
diff --git a/i18n/en.toml b/i18n/en.toml
new file mode 100644
index 0000000..94327c4
--- /dev/null
+++ b/i18n/en.toml
@@ -0,0 +1,2 @@
+[generator]
+other = "Made with <a href='https://gohugo.io'>Hugo</a> using the <a href='https://github.com/EmielH/stip-hugo/'>Stip</a> theme."
diff --git a/i18n/fr.toml b/i18n/fr.toml
new file mode 100644
index 0000000..ab8f55f
--- /dev/null
+++ b/i18n/fr.toml
@@ -0,0 +1,2 @@
+[generator]
+other = "Fabriqué avec <a href='https://gohugo.io'>Hugo</a> en utilisant le thème <a href='https://github.com/EmielH/stip-hugo/'>Stip</a>."
diff --git a/i18n/nl.toml b/i18n/nl.toml
new file mode 100644
index 0000000..c47f458
--- /dev/null
+++ b/i18n/nl.toml
@@ -0,0 +1,2 @@
+[generator]
+other = "Gemaakt met <a href='https://gohugo.io'>Hugo</a> en thema <a href='https://github.com/EmielH/stip-hugo/'>Stip</a>." \ No newline at end of file