From a481638c030c1e1ac750aae0bc1beccb45e5c11e Mon Sep 17 00:00:00 2001 From: Michael Teeuw Date: Thu, 1 Sep 2016 09:42:33 +0200 Subject: [PATCH] Add dutch translation --- CHANGELOG.md | 2 +- translations/nl.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 661eda5f..1e2cda42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Added - Added ability to remove tags from the beginning or end of newsfeed items in 'newsfeed.js'. -- Added ability to define "the day after tomorrow" for calendar events (Definition for German already included). +- Added ability to define "the day after tomorrow" for calendar events (Definition for German and Dutch already included). ## [2.0.4] - 2016-08-07 diff --git a/translations/nl.json b/translations/nl.json index c6094a3c..e4e882ea 100644 --- a/translations/nl.json +++ b/translations/nl.json @@ -5,6 +5,7 @@ /* CALENDAR */ "TODAY": "Vandaag", "TOMORROW": "Morgen", + "DAYAFTERTOMORROW": "Overmorgen", "RUNNING": "Eindigt over", "EMPTY": "Geen geplande afspraken.",