diff --git a/addon/utils/country-codes.ts b/addon/utils/country-codes.ts index f6624e6cc..1221a1734 100644 --- a/addon/utils/country-codes.ts +++ b/addon/utils/country-codes.ts @@ -5536,6 +5536,14 @@ export const countries: CountryData[] = [ currencies: ['SRD'], name: 'Suriname' }, + { + id: 'SS', + alpha2: 'SS', + alpha3: 'SSD', + countryCallingCodes: ['+211'], + currencies: ['SSP'], + name: 'South Sudan' + }, { id: 'ST', alpha2: 'ST', @@ -6114,6 +6122,14 @@ export const countries: CountryData[] = [ currencies: ['WST'], name: 'Samoa' }, + { + id: 'XK', + alpha2: 'XK', + alpha3: 'XXK', + countryCallingCodes: ['+383'], + currencies: ['EUR'], + name: 'Kosovo, Republic of' + }, { id: 'YE', alpha2: 'YE',