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

github.com/nodejh/hugo-theme-cactus-plus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/i18n
diff options
context:
space:
mode:
authorKarl van Heijster <Karl.vanHeijster@cito.nl>2021-05-21 12:39:09 +0300
committerKarl van Heijster <Karl.vanHeijster@cito.nl>2021-05-21 12:39:09 +0300
commit86e4e6f932ce1117fe52a75cd7e107f8f2a667fe (patch)
treed6da83183524bf7f6b24a3f85e42e2309ad2bc14 /i18n
parent1f2eecb45564131e8b64bcac6c6320a7ad600ef2 (diff)
Added i18n
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.toml3
-rw-r--r--i18n/nl.toml29
2 files changed, 32 insertions, 0 deletions
diff --git a/i18n/en.toml b/i18n/en.toml
index f53a04e..1d85e12 100644
--- a/i18n/en.toml
+++ b/i18n/en.toml
@@ -16,6 +16,9 @@ other = "Older posts"
[poweredby]
other = "Powered by <a href='http://www.gohugo.io/'>Hugo</a> Theme By <a href='https://github.com/nodejh/hugo-theme-cactus-plus'>nodejh</a>"
+[publishdate]
+other = "{{ .PublishDate.Format \"January 2, 2006\" }}"
+
[readmore]
other = "Read more"
diff --git a/i18n/nl.toml b/i18n/nl.toml
new file mode 100644
index 0000000..f732934
--- /dev/null
+++ b/i18n/nl.toml
@@ -0,0 +1,29 @@
+[404title]
+other = "404 - Pagina Niet Gevonden"
+
+[404subtitle]
+other = "De pagina waar u naar op zoek bent, lijkt niet te bestaan."
+
+[minuteread]
+other = "minuten leestijd"
+
+[postsnewer]
+other = "Nieuwere posts"
+
+[postsolder]
+other = "Oudere posts"
+
+[poweredby]
+other = "Gemaakt met <a href='http://www.gohugo.io/'>Hugo</a> Thema door <a href='https://github.com/nodejh/hugo-theme-cactus-plus'>nodejh</a>"
+
+[publishdate]
+other = "{{ .PublishDate.Day }} {{ index $.Site.Data.months_nl (printf \"%d\" .PublishDate.Month) }} {{ .PublishDate.Year }}"
+
+[readmore]
+other = "Lees meer"
+
+[word]
+other = "woord"
+
+[words]
+other = "woorden"