From 89e5dacca9359b49c21e052e39206ad1c07ebbf1 Mon Sep 17 00:00:00 2001
From: Daan Sprenkels <hello@dsprenkels.com>
Date: Mon, 2 Jul 2018 11:16:46 +0200
Subject: [PATCH] Improve updates to dutch locale

---
 locale/translations/nl_NL.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/locale/translations/nl_NL.json b/locale/translations/nl_NL.json
index 2edd40d5..09b33605 100644
--- a/locale/translations/nl_NL.json
+++ b/locale/translations/nl_NL.json
@@ -84,7 +84,7 @@
     "Yes": "Ja",
     "No": "Nee",
     "This feed already exists (%s)": "Deze feed bestaat al (%s)",
-    "Unable to fetch feed (Status Code = %d)": "Kon feed niet update (code=%d)",
+    "Unable to fetch feed (Status Code = %d)": "Kon feed niet updaten (statuscode = %d)",
     "Unable to open this link: %v": "Kon link niet volgen: %v",
     "Unable to analyze this page: %v": "Kon pagina niet analyseren: %v",
     "Unable to find any subscription.": "Kon geen feeds vinden.",
@@ -154,7 +154,7 @@
     "Scraper Rules": "Scraper regels",
     "Rewrite Rules": "Rewrite regels",
     "Preferences saved!": "Instellingen opgeslagen!",
-    "Your external account is now linked!": "Jouw externe account is nu gekoppeld!",
+    "Your external account is now linked!": "Je externe account is nu gekoppeld!",
     "Save articles to Wallabag": "Sauvegarder les articles vers Wallabag",
     "Wallabag API Endpoint": "Wallabag URL",
     "Wallabag Client ID": "Wallabag Client-ID",
-- 
GitLab