From e2b4823e433b0ccf722cc1442cea04fed528ed4b Mon Sep 17 00:00:00 2001 From: Felix Wiedenbach Date: Tue, 16 Feb 2021 22:06:53 +0100 Subject: [PATCH] added locale to sample config --- CHANGELOG.md | 1 + config/config.js.sample | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c8e29a0..3f9427c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ _This release is scheduled to be released on 2021-04-01._ - Portuguese translations for "MODULE_CONFIG_CHANGED" and PRECIP. - Respect parameter ColoredSymbolOnly also for custom events - Added a new parameter to hide time portion on relative times +- Added locale to sample config file ### Updated diff --git a/config/config.js.sample b/config/config.js.sample index f775f941..e17ae195 100644 --- a/config/config.js.sample +++ b/config/config.js.sample @@ -28,6 +28,7 @@ var config = { httpsCertificate: "", // HTTPS Certificate path, only require when useHttps is true language: "en", + locale: "en-US", logLevel: ["INFO", "LOG", "WARN", "ERROR"], // Add "DEBUG" for even more logging timeFormat: 24, units: "metric",