Adjustments (#24254)

This commit is contained in:
Clint Rutkas
2023-02-22 14:55:25 -08:00
committed by GitHub
parent 995fd2ed50
commit d122f7ff99
11 changed files with 1458 additions and 1517 deletions

View File

@@ -32,7 +32,7 @@ A minimum entry for the `TimeZone.json` looks like:
```json
{
"Offset": "11:55",
"Name": "My crazy time zone",
"Name": "My unique time zone",
}
```
@@ -41,26 +41,26 @@ A full entry for the `TimeZone.json` looks like:
```json
{
"Offset": "11:55",
"Name": "My crazy time zone",
"Name": "My unique time zone",
"Shortcut" : "MYTZ",
"MilitaryName" : "Order Time Zone",
"TimeNamesStandard": [
"My crazy standard time"
"My unique standard time"
],
"ShortcutsStandard": [
"MCST"
],
"TimeNamesDaylight": [
"My crazy daylight time"
"My unique daylight time"
],
"ShortcutsDaylight": [
"MCDT"
],
"CountriesStandard": [
"Crazy Land East"
"unique Land East"
],
"CountriesDaylight": [
"Crazy Land West"
"Unique Land West"
]
}
```
@@ -138,4 +138,4 @@ Because the JSON file must have a object as root type, instead of a array.
#### Projects
* `Wox.Infrastructure`
* `Wox.Plugin`
* `Wox.Plugin`