Closed verstratenbram closed 1 year ago
Describe the bug When fetching the country with iso2 XK we get a missing name:
XK
[ "id" => 116, "iso2" => "XK", "name" => "world::country.XK", ]
To Reproduce Steps to reproduce the behavior:
World::countries( [ "fields" => "iso2,name" "filters" => [ "iso2" => "XK" ] ]);
Expected behavior When fetching the country with iso2 XK we should get:
[ "id" => 116, "iso2" => "XK", "name" => "Kosovo", ]
@verstratenbram Thank you for this. I have added the localisation of the name of the country Kosovo. Please consider pulling 1.1.24
Describe the bug When fetching the country with iso2
XK
we get a missing name:To Reproduce Steps to reproduce the behavior:
Expected behavior When fetching the country with iso2 XK we should get: