Skip to content

Commit af2e620

Browse files
authored
Jordan
1 parent 71f5025 commit af2e620

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/PhoneNumbers.Utilities.TestGenerator/TestFileWriter.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ internal static class TestFileWriter
88
private static string LookUpTrunkCode(string countryCode) =>
99
countryCode switch
1010
{
11-
"AE" or "AL" or "AT" or "AU" or "BA" or "BE" or "BG" or "BR" or "CH" or "DE" or "EG" or "FI" or "FR" or "GB" or "GG" or "HR" or "IE" or "IM" or "IL" or "JE" or "KE" or "MD" or "ME" or "MK" or "NL" or "NG" or "NZ" or "RO" or "RS" or "SA" or "SE" or "SK" or "SL" or "TR" or "TZ" or "UA" or "UG" or "XK" or "YE" or "ZA" => "0",
11+
"AE" or "AL" or "AT" or "AU" or "BA" or "BE" or "BG" or "BR" or "CH" or "DE" or "EG" or "FI" or "FR" or "GB" or "GG" or "HR" or "IE" or "IM" or "IL" or "JE" or "JO" or "KE" or "MD" or "ME" or "MK" or "NL" or "NG" or "NZ" or "RO" or "RS" or "SA" or "SE" or "SK" or "SL" or "TR" or "TZ" or "UA" or "UG" or "XK" or "YE" or "ZA" => "0",
1212
"HU" => "06",
1313
"BY" or "LT" => "8",
1414
_ => string.Empty,
@@ -63,6 +63,7 @@ private static string CountryCodeToCountryInfoName(string countryCode) =>
6363
"IM" => "IsleOfMan",
6464
"IS" => "Iceland",
6565
"IT" => "Italy",
66+
"JO" => "Jordan",
6667
"JE" => "Jersey",
6768
"JM" => "Jamaica",
6869
"LC" => "SaintLucia",

0 commit comments

Comments
 (0)