Added danish in translations.js and updated changelog

This commit is contained in:
Kasper Wandahl Fogh 2016-09-24 10:57:02 +02:00
parent ca95c75df3
commit 02ac9fa0d7
2 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -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
};