Added Español and Português (#82)

* Created spanish lang.

* Included Portuguese

* Added missing line of code.
This commit is contained in:
Diomedes Ignacio Domínguez Ureña
2023-11-20 00:23:08 -05:00
committed by GitHub
parent afe0bc561f
commit 01398aa498
3 changed files with 190 additions and 0 deletions

View File

@@ -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": "简体中文",
};