-
-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add hong-kong to json countries (#184)
Co-authored-by: Enrico Barbato <[email protected]>
- Loading branch information
Showing
2 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters