mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-17 13:48:02 +00:00
feat: support turkish
This commit is contained in:
parent
fd16d470bd
commit
750e1997e6
4 changed files with 7 additions and 4 deletions
|
|
@ -4,6 +4,7 @@ import store from "@/store";
|
|||
|
||||
import en from "./lang/en.js";
|
||||
import zhCN from "./lang/zh-CN.js";
|
||||
import tr from "./lang/tr.js";
|
||||
|
||||
Vue.use(VueI18n);
|
||||
|
||||
|
|
@ -12,6 +13,7 @@ const i18n = new VueI18n({
|
|||
messages: {
|
||||
en,
|
||||
"zh-CN": zhCN,
|
||||
tr,
|
||||
},
|
||||
silentTranslationWarn: true,
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue