From 33521ebd31302c4bd0577871df129bdb7724bbc4 Mon Sep 17 00:00:00 2001 From: Michael Teeuw Date: Tue, 2 Aug 2016 22:58:27 +0200 Subject: [PATCH] Fix #388 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4271b02..a5eebaf4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Corrected grammer in `module.js` from 'suspend' to 'suspended'. - Fixed openweathermap.org URL in config sample. - Prevent currentweather module from crashing when received data object is incorrect. +- Fix issue where translation loading prevented the UI start-up when the language was set to 'en'. (Issue [#388](https://github.com/MichMich/MagicMirror/issues/388)) ### Updated - Updated package.json to fix possible vulnerabilities. (Using snyk)