From 0678ffe608c475f4d84a460e8d1d17d00787d273 Mon Sep 17 00:00:00 2001
From: Robert <metbril@users.noreply.github.com>
Date: Tue, 21 Jul 2020 15:02:38 +0000
Subject: [PATCH] Create nl.toml (#368)
---
i18n/nl.toml | 24 ++++++++++++++++++++++++
CONTRIBUTORS.md | 1 +
2 files changed, 25 insertions(+), 0 deletions(-)
diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md
index d11c59a..d51156b 100644
--- a/CONTRIBUTORS.md
+++ b/CONTRIBUTORS.md
@@ -10,6 +10,7 @@
- [Jiri Hubacek](https://github.com/qeef)
- [Khosrow Moossavi](https://github.com/khos2ow)
- [Maikel](https://github.com/mbollemeijer)
+- [MetBril](https://github.com/metbril)
- [Myles Johnson](https://github.com/MylesJohnson)
- [Niels Reijn](https://github.com/reijnn)
- [Padraic Renaghan](https://github.com/prenagha)
diff --git a/i18n/nl.toml b/i18n/nl.toml
new file mode 100644
index 0000000..2836f0d
--- /dev/null
+++ b/i18n/nl.toml
@@ -0,0 +1,24 @@
+[category]
+other = "Categorie"
+
+[tag]
+other = "Label"
+
+[series]
+other = "Serie"
+
+[reading_time]
+one = "Een minuut leestijd"
+other = "{{ .Count }} minuten leestijd"
+
+[page_not_found]
+other = "Pagina niet gevonden"
+
+[page_does_not_exist]
+other = "Sorry, deze pagina bestaat niet."
+
+[head_back]
+other = "U kunt terugkeren naar de <a href=\"{{ . }}\">thuispagina</a>."
+
+[powered_by]
+other = "Aangedreven door"
--
Gitblit v1.10.0