diff --git a/frontend/src/App.vue b/frontend/src/App.vue index bfd7a56..e2b4f29 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -48,6 +48,9 @@ const languageFlag = computed(() => { if (lang === "en") { lang = "us"; } + if (lang === "zh") { + lang = "cn"; + } return "fi-" + lang; }) @@ -117,6 +120,7 @@ const currentYear = ref(new Date().getFullYear()) Deutsch Русский Tiếng Việt + 中文