From 4f2e364e8b204a68c37bce78a97c688c4da3388d Mon Sep 17 00:00:00 2001 From: Maximilien B Date: Tue, 5 May 2026 17:11:38 +0200 Subject: [PATCH] Updated: country code dictionary entries --- addon/utils/country-codes.ts | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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',