Explorar el Código

Update IntlProvider.tsx

Louis Tran's hace 1 mes
padre
commit
e3cdc8bb30
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      frontend/src/locale/IntlProvider.tsx

+ 1 - 1
frontend/src/locale/IntlProvider.tsx

@@ -47,7 +47,7 @@ const getFlagCodeForLocale = (locale?: string) => {
 	const specialCases: Record<string, string> = {
 		ja: "jp", // Japan
 		zh: "cn", // China
-		vi: "vn, // Vietnam
+		vi: "vn", // Vietnam
 	};
 
 	if (specialCases[thisLocale]) {