Skip to content

Commit

Permalink
Merge pull request #2461 from fewieden/feature/add-locale
Browse files Browse the repository at this point in the history
  • Loading branch information
MichMich authored Feb 16, 2021
2 parents e3bee5a + e2b4823 commit 09ddd3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions config/config.js.sample
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 09ddd3d

Please sign in to comment.