This commit is contained in:
vapormusic 2022-02-10 09:10:55 +07:00
parent 93a9e8719b
commit 627704ae44

View file

@ -318,6 +318,7 @@ const app = new Vue({
lang = this.cfg.general.language
}
this.lz = ipcRenderer.sendSync("get-i18n", lang)
this.mklang = this.MKJSLang()
},
getLz(message) {
if (this.lz[message]) {