fix: show Vitenamese in it's own language

This commit is contained in:
ShengYan, Zhang
2023-05-13 07:23:14 +08:00
parent 377579e802
commit a0e192b6e4
11 changed files with 68 additions and 64 deletions

View File

@@ -2,7 +2,7 @@ import { SubmitKey } from "../store/config";
import type { LocaleType } from "./index";
const vi: LocaleType = {
WIP: "Coming Soon...",
WIP: "Sắp ra mắt...",
Error: {
Unauthorized:
"Truy cập chưa xác thực, vui lòng nhập mã truy cập trong trang cài đặt.",
@@ -80,7 +80,7 @@ const vi: LocaleType = {
tr: "Türkçe",
jp: "日本語",
de: "Deutsch",
vi: "Vietnamese",
vi: "Tiếng Việt",
ru: "Русский",
cs: "Čeština",
},