feat: Language Changes

This commit is contained in:
Kenny 2022-06-22 13:03:47 -04:00
parent 4786f863d7
commit a90a38e03e
2 changed files with 4 additions and 2 deletions

View File

@ -35,8 +35,7 @@ export default {
},
mounted() {
const lang = this.$lang();
this.lang = lang.mods.general;
this.lang = this.$lang();
const langs = this.$lang(null, true);
for (const i in langs) {
this.langs.push(langs[i].name);

View File

@ -5,6 +5,9 @@ module.exports = {
home: "Home",
subscriptions: "Subscriptions",
library: "Library",
restart: "Restart Now",
later: "Later",
settingRestart: "Changing this setting requires the app to restart for the settings to be applied."
},
index: {