From 02ac9fa0d7d467492158ccbad688449fc70627ec Mon Sep 17 00:00:00 2001 From: Kasper Wandahl Fogh Date: Sat, 24 Sep 2016 10:57:02 +0200 Subject: [PATCH] Added danish in translations.js and updated changelog --- CHANGELOG.md | 5 +++++ translations/translations.js | 1 + 2 files changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 20f95c84..8fc21516 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [unreleased] - 2016-09-24 + +### Added +- Danish translation + ## [2.0.5] - 2016-09-20 ### Added diff --git a/translations/translations.js b/translations/translations.js index 2a458ef2..c9d5db0a 100644 --- a/translations/translations.js +++ b/translations/translations.js @@ -23,4 +23,5 @@ var translations = { "ja" : "translations/ja.json", // Japanese "pl" : "translations/pl.json", // Polish "gr" : "translations/gr.json", // Greek + "da" : "translations/da.json", // Danish };