Skip to content

Commit

Permalink
Montenegro
Browse files Browse the repository at this point in the history
  • Loading branch information
TrevorPilley authored Apr 4, 2024
1 parent 36c3a56 commit 73503a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/PhoneNumbers.Utilities.TestGenerator/TestFileWriter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ internal static class TestFileWriter
private static string LookUpTrunkCode(string countryCode) =>
countryCode switch
{
"AT" or "AU" 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 "NL" or "NG" or "NZ" or "RO" or "RS" or "SE" or "SK" or "SL" or "UA" or "XK" or "ZA" => "0",
"AT" or "AU" 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 "NL" or "NG" or "NZ" or "RO" or "RS" or "SE" or "SK" or "SL" or "UA" or "XK" or "ZA" => "0",
"HU" => "06",
"BY" or "LT" => "8",
_ => string.Empty,
Expand Down Expand Up @@ -66,6 +66,7 @@ private static string CountryCodeToCountryInfoName(string countryCode) =>
"KY" => "CaymanIslands",
"MC" => "Monaco",
"MD" => "Moldova",
"ME" => "Montenegro",
"MO" => "Macau",
"MP" => "NorthernMarianaIsland",
"MS" => "Montserrat",
Expand Down

0 comments on commit 73503a7

Please sign in to comment.