chore(translations): add Viatnamese translation files

This commit is contained in:
Elias Schneider
2024-08-27 22:13:06 +02:00
parent 5622f9eb2f
commit f53f71f054
2 changed files with 653 additions and 0 deletions

View File

@@ -23,6 +23,7 @@ import chineseSimplified from "./translations/zh-CN";
import chineseTraditional from "./translations/zh-TW";
import turkish from "./translations/tr-TR";
import czech from "./translations/cs-CZ";
import viatnamese from "./translations/vi-VN";
export const LOCALES = {
ENGLISH: {
@@ -150,4 +151,9 @@ export const LOCALES = {
code: "cs-CZ",
messages: czech,
},
VIATNAMESE: {
name: "Tiếng Việt",
code: "vi-VN",
messages: viatnamese,
},
};