diff --git a/src/Webpatser/Countries/Models/countries.json b/src/Webpatser/Countries/Models/countries.json index 44fe0e7..66132ad 100644 --- a/src/Webpatser/Countries/Models/countries.json +++ b/src/Webpatser/Countries/Models/countries.json @@ -4686,5 +4686,24 @@ "currency_symbol":"ZK", "currency_decimals":"2", "flag":"ZM.png" + }, + "XK":{ + "capital":"Prishtina", + "citizenship":"Kosovar", + "country-code":"XK", + "currency":"euro", + "currency_code":"EUR", + "currency_sub_unit":"cent", + "full_name":"Kosovo", + "iso_3166_2":"XK", + "iso_3166_3":"XKS", + "name":"Kosovo", + "region-code":null, + "sub-region-code":null, + "eea":false, + "calling_code":"383", + "currency_symbol":"\u20ac", + "currency_decimals":"2", + "flag":"XK.png" } } diff --git a/src/flags/XK.png b/src/flags/XK.png new file mode 100644 index 0000000..98a0ac8 Binary files /dev/null and b/src/flags/XK.png differ