From d47ff02c51f237e4173d471939fa7f2e1bdc7c97 Mon Sep 17 00:00:00 2001 From: Jon Heller Date: Fri, 23 Oct 2015 16:34:02 -0400 Subject: [PATCH] change en to nl as per original --- js/config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/config.js b/js/config.js index a3d610ad..a1cafff8 100755 --- a/js/config.js +++ b/js/config.js @@ -1,5 +1,5 @@ var config = { - lang: 'en', + lang: 'nl', time: { timeFormat: 12 }, @@ -10,7 +10,7 @@ var config = { q: 'Baarn,Netherlands', units: 'metric', // if you want a different lang for the weather that what is set above, change it here - lang: 'en', + lang: 'nl', APPID: 'YOUR_FREE_OPENWEATHER_API_KEY' } },