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

github.com/EmielH/hallo-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>2018-10-28 16:12:32 +0300
committerEmiel Hollander <EmielH@users.noreply.github.com>2018-10-28 16:12:32 +0300
commit3bfa83334855d04218f4df61001088c23646b1f4 (patch)
tree20ec37525dadec13939ffd78baf2dfe747c5a3a9 /i18n
Initial commit
Diffstat (limited to 'i18n')
-rw-r--r--i18n/de.toml8
-rw-r--r--i18n/en.toml8
-rw-r--r--i18n/fr.toml8
-rw-r--r--i18n/nl.toml8
4 files changed, 32 insertions, 0 deletions
diff --git a/i18n/de.toml b/i18n/de.toml
new file mode 100644
index 0000000..b0c9ba1
--- /dev/null
+++ b/i18n/de.toml
@@ -0,0 +1,8 @@
+[hello]
+other = "Hallo"
+
+[i-am]
+other = "Ich bin"
+
+[generator]
+other = "Gemacht mit <a href='https://gohugo.io'>Hugo</a> mit dem Thema <a href='https://github.com/EmielH/hallo-hugo/'>Hallo</a>."
diff --git a/i18n/en.toml b/i18n/en.toml
new file mode 100644
index 0000000..2818d96
--- /dev/null
+++ b/i18n/en.toml
@@ -0,0 +1,8 @@
+[hello]
+other = "Hello"
+
+[i-am]
+other = "I am"
+
+[generator]
+other = "Made with <a href='https://gohugo.io'>Hugo</a> using the <a href='https://github.com/EmielH/hallo-hugo/'>Hallo</a> theme."
diff --git a/i18n/fr.toml b/i18n/fr.toml
new file mode 100644
index 0000000..6221fe1
--- /dev/null
+++ b/i18n/fr.toml
@@ -0,0 +1,8 @@
+[hello]
+other = "Bonjour"
+
+[i-am]
+other = "Je suis"
+
+[generator]
+other = "Fabriqué avec <a href='https://gohugo.io'>Hugo</a> en utilisant le thème <a href='https://github.com/EmielH/hallo-hugo/'>Hallo</a>."
diff --git a/i18n/nl.toml b/i18n/nl.toml
new file mode 100644
index 0000000..7fa1861
--- /dev/null
+++ b/i18n/nl.toml
@@ -0,0 +1,8 @@
+[hello]
+other = "Hallo"
+
+[i-am]
+other = "Ik ben"
+
+[generator]
+other = "Gemaakt met <a href='https://gohugo.io'>Hugo</a> en thema <a href='https://github.com/EmielH/hallo-hugo/'>Hallo</a>." \ No newline at end of file