From db24d7ed17fc5cfb17eed073edc289c967f3c834 Mon Sep 17 00:00:00 2001
From: Robert <metbril@users.noreply.github.com>
Date: Fri, 26 Feb 2021 17:31:28 +0000
Subject: [PATCH] Fix Dutch 🇳🇱 translations (#522)
---
i18n/nl.toml | 11 ++++++++++-
1 files changed, 10 insertions(+), 1 deletions(-)
diff --git a/i18n/nl.toml b/i18n/nl.toml
index 2836f0d..1a7cfb8 100644
--- a/i18n/nl.toml
+++ b/i18n/nl.toml
@@ -7,8 +7,14 @@
[series]
other = "Serie"
+[author]
+other = "Auteur"
+
+[posts]
+other = "Berichten"
+
[reading_time]
-one = "Een minuut leestijd"
+one = "Eén minuut leestijd"
other = "{{ .Count }} minuten leestijd"
[page_not_found]
@@ -22,3 +28,6 @@
[powered_by]
other = "Aangedreven door"
+
+[see_also]
+other = "Zie ook in"
--
Gitblit v1.10.0