From d1fb06c0e8d9b8547e782677a598315316b5263f Mon Sep 17 00:00:00 2001 From: William Oldham Date: Thu, 4 Jan 2024 20:43:22 +0000 Subject: [PATCH] en-US shouldn't have the British flag... --- src/utils/language.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/language.ts b/src/utils/language.ts index f9f47250..ad784c20 100644 --- a/src/utils/language.ts +++ b/src/utils/language.ts @@ -8,7 +8,7 @@ const languageOrder = ["en", "hi", "fr", "de", "nl", "pt"]; // This mapping purely exists to prioritize a country over another in languages. // iso639_1 -> iso3166 Alpha-2 const countryPriority: Record = { - en: "gb", + en: "us", nl: "nl", fr: "fr", de: "de",