mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-07-01 13:33:15 +00:00
Merge pull request #2461 from fewieden/feature/add-locale
This commit is contained in:
commit
09ddd3d925
@ -19,6 +19,7 @@ _This release is scheduled to be released on 2021-04-01._
|
|||||||
- Portuguese translations for "MODULE_CONFIG_CHANGED" and PRECIP.
|
- Portuguese translations for "MODULE_CONFIG_CHANGED" and PRECIP.
|
||||||
- Respect parameter ColoredSymbolOnly also for custom events
|
- Respect parameter ColoredSymbolOnly also for custom events
|
||||||
- Added a new parameter to hide time portion on relative times
|
- Added a new parameter to hide time portion on relative times
|
||||||
|
- Added locale to sample config file
|
||||||
|
|
||||||
### Updated
|
### Updated
|
||||||
|
|
||||||
|
@ -28,6 +28,7 @@ var config = {
|
|||||||
httpsCertificate: "", // HTTPS Certificate path, only require when useHttps is true
|
httpsCertificate: "", // HTTPS Certificate path, only require when useHttps is true
|
||||||
|
|
||||||
language: "en",
|
language: "en",
|
||||||
|
locale: "en-US",
|
||||||
logLevel: ["INFO", "LOG", "WARN", "ERROR"], // Add "DEBUG" for even more logging
|
logLevel: ["INFO", "LOG", "WARN", "ERROR"], // Add "DEBUG" for even more logging
|
||||||
timeFormat: 24,
|
timeFormat: 24,
|
||||||
units: "metric",
|
units: "metric",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user