Open
Description
Symfony version(s) affected
Description
Intl component has Kosovo in DENYLIST. Why is that? We rely on this component to populate country selection but we need Kosovo to be also included
How to reproduce
Just call: Countries::getNames()
and see that Kosovo is not in the result
Possible Solution
remove Kosovo from DENYLIST: https://github.com/symfony/intl/blob/510a40cbf59244af027905cdb838eb7b57447752/Data/Generator/RegionDataGenerator.php#L59
Additional Context
No response