Skip to content

Commit

Permalink
Merge pull request #32 from Eduanath/enrich-countries
Browse files Browse the repository at this point in the history
Add Kosovo on the countries list
  • Loading branch information
rililive authored Mar 28, 2022
2 parents d27aa15 + 16d29f4 commit 49f82da
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/resources/countries.json
Original file line number Diff line number Diff line change
Expand Up @@ -830,6 +830,13 @@
"priority": 0,
"areaCodes": null
},
{
"name": "Kosovo",
"iso2": "xk",
"dialCode": "383",
"priority": 0,
"areaCodes": null
},
{
"name": "Kuwait (‫الكويت‬‎)",
"iso2": "kw",
Expand Down
Binary file added src/resources/flags/images/xk.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/resources/flags/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ class FlagResource {
kg: require('./images/kg.png'),
kh: require('./images/kh.png'),
ki: require('./images/ki.png'),
xk: require('./images/xk.png'),
km: require('./images/km.png'),
kn: require('./images/kn.png'),
kp: require('./images/kp.png'),
Expand Down

0 comments on commit 49f82da

Please sign in to comment.