Fixed Estonian flag bug

The Estonian flag was appearing as an Ethiopian flag, due to a mixup of ISO 639 language codes and ISO 3166 country codes
This commit is contained in:
Daniel Jacob Butcher
2026-08-20 00:04:47 +03:00
committed by GitHub
parent a62c2a6dc3
commit fc8b1eb1fb
+1
View File
@@ -73,6 +73,7 @@ const getFlagCodeForLocale = (locale?: string) => {
ko: "kr", // Korea
cs: "cz", // Czechia
ga: "ie", // Ireland (Irish)
et: "ee", // Estonia
};
if (specialCases[thisLocale]) {