Skip to content

Commit

Permalink
chore: add hong-kong to json countries (#184)
Browse files Browse the repository at this point in the history
Co-authored-by: Enrico Barbato <[email protected]>
  • Loading branch information
oscarasco and Enrico Barbato authored Jun 6, 2024
1 parent 4335468 commit d2b98c5
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
13 changes: 13 additions & 0 deletions codicefiscale/data/countries-patch.json
Original file line number Diff line number Diff line change
@@ -1,2 +1,15 @@
[
{
"active": false,
"code": "Z221",
"date_created": "1900-01-01T00:00:00",
"date_deleted": "",
"name": "Hong Kong",
"name_alt": "Hong Kong",
"name_alt_en": "Hong Kong",
"name_slugs": [
"hong-kong"
],
"province": "EE"
}
]
13 changes: 13 additions & 0 deletions codicefiscale/data/countries.json
Original file line number Diff line number Diff line change
Expand Up @@ -1053,6 +1053,19 @@
],
"province": "EE"
},
{
"active": false,
"code": "Z221",
"date_created": "1900-01-01T00:00:00",
"date_deleted": "",
"name": "Hong Kong",
"name_alt": "Hong Kong",
"name_alt_en": "Hong Kong",
"name_slugs": [
"hong-kong"
],
"province": "EE"
},
{
"active": true,
"code": "Z222",
Expand Down

0 comments on commit d2b98c5

Please sign in to comment.