Added Kosovo to countries.
This commit is contained in:
parent
b47f1f1e34
commit
5b118446ae
Binary file not shown.
After Width: | Height: | Size: 816 B |
|
@ -836,6 +836,14 @@ const countries = [
|
|||
alpha3: 'KOR',
|
||||
nationality: 'South Korean',
|
||||
},
|
||||
{
|
||||
name: 'Republic of Kosovo',
|
||||
alias: 'Kosovo',
|
||||
code: 383,
|
||||
alpha2: 'XK',
|
||||
alpha3: 'UNK',
|
||||
nationality: 'Kosovan',
|
||||
},
|
||||
{
|
||||
name: 'Kuwait',
|
||||
code: 414,
|
||||
|
@ -1526,6 +1534,7 @@ const countries = [
|
|||
},
|
||||
{
|
||||
name: 'Taiwan, Province of China',
|
||||
alias: 'Taiwan',
|
||||
code: 158,
|
||||
alpha2: 'TW',
|
||||
alpha3: 'TWN',
|
||||
|
|
Loading…
Reference in New Issue