This commit is contained in:
2026-07-01 16:36:11 -05:00
parent 4e4c72da7f
commit b2e4b63729
3 changed files with 166 additions and 1 deletions

View File

@@ -14,6 +14,7 @@ export const TLA_TO_ISO2: Record<string, string> = {
COD: "cd",
COL: "co",
CPV: "cv",
CUW: "cw",
CZE: "cz",
ECU: "ec",
EGY: "eg",
@@ -48,5 +49,4 @@ export const TLA_TO_ISO2: Record<string, string> = {
URU: "uy",
USA: "us",
UZB: "uz",
CUW: "cw",
};