Added missing line of code.
This commit is contained in:
parent
89420e1c8b
commit
2bda3dd89e
1 changed files with 2 additions and 0 deletions
|
@ -3,7 +3,9 @@ import { createI18n } from "vue-i18n/dist/vue-i18n.esm-browser.prod.js";
|
|||
import en from "./lang/en.json";
|
||||
|
||||
const languageList = {
|
||||
"es": "Español",
|
||||
"fr": "Français",
|
||||
"pt": "Português",
|
||||
"tr": "Türkçe",
|
||||
"zh-CN": "简体中文",
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue