浏览代码

Update IntlProvider.tsx

abinas 3 周之前
父节点
当前提交
e353a66556
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      frontend/src/locale/IntlProvider.tsx

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

@@ -49,6 +49,7 @@ const getFlagCodeForLocale = (locale?: string) => {
 	const specialCases: Record<string, string> = {
 		ja: "jp", // Japan
 		zh: "cn", // China
+		vi: "vn", // Vietnam
 		ko: "kr", // Korea
 	};