Skip to content

Commit db24d7e

Browse files
authored
Fix Dutch 🇳🇱 translations (luizdepra#522)
Contributes to luizdepra#417
1 parent 501a5bc commit db24d7e

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

‎i18n/nl.toml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,14 @@ other = "Label"
77
[series]
88
other = "Serie"
99

10+
[author]
11+
other = "Auteur"
12+
13+
[posts]
14+
other = "Berichten"
15+
1016
[reading_time]
11-
one = "Een minuut leestijd"
17+
one = "Eén minuut leestijd"
1218
other = "{{ .Count }} minuten leestijd"
1319

1420
[page_not_found]
@@ -22,3 +28,6 @@ other = "U kunt terugkeren naar de <a href=\"{{ . }}\">thuispagina</a>."
2228

2329
[powered_by]
2430
other = "Aangedreven door"
31+
32+
[see_also]
33+
other = "Zie ook in"

0 commit comments

Comments
 (0)