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() { mounted() {
const lang = this.$lang(); this.lang = this.$lang();
this.lang = lang.mods.general;
const langs = this.$lang(null, true); const langs = this.$lang(null, true);
for (const i in langs) { for (const i in langs) {
this.langs.push(langs[i].name); this.langs.push(langs[i].name);

View File

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