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

github.com/EmielH/tale-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-09-30 12:39:38 +0300
committerEmiel Hollander <EmielH@users.noreply.github.com>2018-09-30 12:39:38 +0300
commit7ffbe45d665c34048803bb21b8e3002c8b605e94 (patch)
treeb5e367ce638519c63e3221d46c06b04c0f31f63b /i18n
parentc306070aeed76cb98d9cc2eb36fd469b624af6eb (diff)
Add i18n capabilities
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.toml14
-rw-r--r--i18n/nl.toml14
2 files changed, 28 insertions, 0 deletions
diff --git a/i18n/en.toml b/i18n/en.toml
new file mode 100644
index 0000000..d3a0bb7
--- /dev/null
+++ b/i18n/en.toml
@@ -0,0 +1,14 @@
+[posts]
+other = "Posts"
+
+[about]
+other = "About"
+
+[writtenBy]
+other = "Written by"
+
+[on]
+other = "on"
+
+[generator]
+other = "Made with <a href='https://gohugo.io'>Hugo</a> using the <a href='https://github.com/EmielH/tale-hugo/'>Tale</a> theme." \ No newline at end of file
diff --git a/i18n/nl.toml b/i18n/nl.toml
new file mode 100644
index 0000000..9c5c8f7
--- /dev/null
+++ b/i18n/nl.toml
@@ -0,0 +1,14 @@
+[posts]
+other = "Artikelen"
+
+[about]
+other = "Over"
+
+[writtenBy]
+other = "Geschreven door"
+
+[on]
+other = "op"
+
+[generator]
+other = "Gemaakt met <a href='https://gohugo.io'>Hugo</a> en thema <a href='https://github.com/EmielH/tale-hugo/'>Tale</a>." \ No newline at end of file