Skip to content

Commit ce814d5

Browse files
authored
Merge pull request #614 from commenthol/fix-IT-Torino
fix(IT): IT.21.TO region name
2 parents 44fb6fe + 3689bf5 commit ce814d5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ Countries: 205
415415
├── IS: Ísland
416416
├── IT: Italia
417417
│ ├── 21: Piedmont
418-
│ │ └── TO: [object Object]
418+
│ │ └── TO: Torino
419419
│ ├── 25: Lombardy
420420
│ │ └── MI: Milan
421421
│ ├── 32: Alto Adige

data/countries/IT.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ holidays:
5555
name: Piedmont
5656
regions:
5757
TO:
58-
name:
58+
names:
5959
# @source https://en.wikipedia.org/wiki/Turin
6060
it: Torino
6161
en: Turin

0 commit comments

Comments
 (0)