mirror of
https://github.com/movie-web/movie-web.git
synced 2024-11-13 08:55:06 +01:00
en-US shouldn't have the British flag...
This commit is contained in:
parent
38fe8df228
commit
d1fb06c0e8
@ -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<string, string> = {
|
||||
en: "gb",
|
||||
en: "us",
|
||||
nl: "nl",
|
||||
fr: "fr",
|
||||
de: "de",
|
||||
|
Loading…
Reference in New Issue
Block a user