Skip to content

Commit 00a1714

Browse files
committed
fix typo in settings. thx @Mattcito
1 parent 0633c37 commit 00a1714

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

dwertheimer.DateAutomations/changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ All notable changes to this project will be documented in this file.
77
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
88
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
99

10+
## [1.3.2] 2022-05-17 @dwertheimer (thx to @mattcito)
11+
- Fix en-GB in settings instructions
12+
1013
## [1.3.1] 2022-04-16 @dwertheimer (thx to @oschrenk)
1114
- Fixed bug in /now-8601 (wasn't showing the time)
1215
- Added more to the readme

dwertheimer.DateAutomations/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
"type": "string",
9696
"key": "locale",
9797
"title": "Time/Date Locale Setting",
98-
"description": "Geographic locale for date/time formatting. e.g. en-US, en-GB, etc. e.g. en-US will result in mm/dd/yyyy, while en_GB will be dd/mm/yyyy. See https://www.ibm.com/docs/en/datacap/9.1.8?topic=support-supported-language-codes for a list of available locales.",
98+
"description": "Geographic locale for date/time formatting. e.g. en-US, en-GB, etc. e.g. en-US will result in mm/dd/yyyy, while en-GB will be dd/mm/yyyy. See https://www.ibm.com/docs/en/datacap/9.1.8?topic=support-supported-language-codes for a list of available locales.",
9999
"default": "en-US",
100100
"required": true
101101
},

0 commit comments

Comments
 (0)