ソースを参照

Merge pull request #1 from xluyenx/xluyenx-patch-1

Update IntlProvider.tsx
Louis Tran's 4 週間 前
コミット
ba79eefe5e
1 ファイル変更1 行追加0 行削除
  1. 1 0
      frontend/src/locale/IntlProvider.tsx

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

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