mirror of
https://github.com/louislam/dockge.git
synced 2026-05-22 06:22:17 +00:00
Added Español and Português (#82)
* Created spanish lang. * Included Portuguese * Added missing line of code.
This commit is contained in:
committed by
GitHub
parent
afe0bc561f
commit
01398aa498
@@ -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": "简体中文",
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user