From 6ee46686bc32b369f7bea9d38cd1afec29cbace1 Mon Sep 17 00:00:00 2001 From: Bas Leenders <42170170+basleenders@users.noreply.github.com> Date: Sat, 9 Dec 2023 13:30:17 +0100 Subject: [PATCH 1/5] Added translation in Dutch --- locales/nl.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 locales/nl.json diff --git a/locales/nl.json b/locales/nl.json new file mode 100644 index 0000000..c4c50af --- /dev/null +++ b/locales/nl.json @@ -0,0 +1,21 @@ +{ + "Enter your email": "Voer je mailadres in ", + "Account": "Account", + "Subscribe": "Abonneer", + "Subscribe to {blogtitle}": "Abonneer je op {blogtitle}", + "A collection of posts": "Een collectie van berichten", + "A collection of 1 post": "Een collectie van 1 bericht", + "A collection of % posts": "Een collectie van % berichten", + "Get the latest posts delivered right to your inbox": "Krijg nieuwe berichten direct in je inbox", + "Go to the front page": "Ga naar de voorpagina", + "Latest Posts": "Laatste berichten", + "Message": "Melding", + "No posts": "Geen berichten", + "Ref": "Ref", + "1 post": "1 bericht", + "% posts": "% bericht", + "1 min read": "1 minuut leestijd", + "% min read": "% minuten leestijd", + "Great! Check your inbox and click the link to confirm your subscription.": "Geweldig! Controleer je inbox en klik op de link om je abonnement te bevestigen.", + "Please enter a valid email address!": "Voer alsjeblieft geen geldig e-mailadres in!" +} \ No newline at end of file From 8af6945386d6695aa19dd5554794f9b7b9454c30 Mon Sep 17 00:00:00 2001 From: Bas Leenders <42170170+basleenders@users.noreply.github.com> Date: Sat, 9 Dec 2023 13:37:28 +0100 Subject: [PATCH 2/5] Aanpassing / uitbreiding --- locales/nl.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/locales/nl.json b/locales/nl.json index c4c50af..9f3860f 100644 --- a/locales/nl.json +++ b/locales/nl.json @@ -1,7 +1,8 @@ { "Enter your email": "Voer je mailadres in ", "Account": "Account", - "Subscribe": "Abonneer", + "Subscribe": "Abonneren", + "Sign in": "Inloggen" "Subscribe to {blogtitle}": "Abonneer je op {blogtitle}", "A collection of posts": "Een collectie van berichten", "A collection of 1 post": "Een collectie van 1 bericht", From abc3799b82a3888783666cdf343875bd3104d2c7 Mon Sep 17 00:00:00 2001 From: Bas Leenders <42170170+basleenders@users.noreply.github.com> Date: Sat, 9 Dec 2023 13:38:47 +0100 Subject: [PATCH 3/5] Debug --- locales/nl.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/nl.json b/locales/nl.json index 9f3860f..e6ea400 100644 --- a/locales/nl.json +++ b/locales/nl.json @@ -2,7 +2,7 @@ "Enter your email": "Voer je mailadres in ", "Account": "Account", "Subscribe": "Abonneren", - "Sign in": "Inloggen" + "Sign in": "Inloggen", "Subscribe to {blogtitle}": "Abonneer je op {blogtitle}", "A collection of posts": "Een collectie van berichten", "A collection of 1 post": "Een collectie van 1 bericht", From 3b485c14a180963d6678b87b9acbf25d47a13424 Mon Sep 17 00:00:00 2001 From: Bas Leenders <42170170+basleenders@users.noreply.github.com> Date: Sat, 9 Dec 2023 13:50:31 +0100 Subject: [PATCH 4/5] Update tag.hbs A collection of ... post(s) --- tag.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tag.hbs b/tag.hbs index 6a99a7a..a8cff01 100644 --- a/tag.hbs +++ b/tag.hbs @@ -33,7 +33,7 @@ {{#if description}} {{description}} {{else}} - A collection of {{plural ../pagination.total empty='zero posts' singular='% post' plural='% posts'}} + {{plural ../pagination.total empty='A collection of % posts' singular='A collection of 1 post' plural='A collection of % posts'}} {{/if}} From b6e5a17393ccc3c68a750e039bfae66c659e406e Mon Sep 17 00:00:00 2001 From: Bas Leenders <42170170+basleenders@users.noreply.github.com> Date: Sat, 9 Dec 2023 14:04:29 +0100 Subject: [PATCH 5/5] Update tag.hbs Restored ineffective change (translation still not working) --- tag.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tag.hbs b/tag.hbs index a8cff01..6a99a7a 100644 --- a/tag.hbs +++ b/tag.hbs @@ -33,7 +33,7 @@ {{#if description}} {{description}} {{else}} - {{plural ../pagination.total empty='A collection of % posts' singular='A collection of 1 post' plural='A collection of % posts'}} + A collection of {{plural ../pagination.total empty='zero posts' singular='% post' plural='% posts'}} {{/if}}