mirror of
https://github.com/VueTubeApp/VueTube
synced 2024-11-25 12:45:17 +00:00
feat: ♿ Language Changes
This commit is contained in:
parent
4786f863d7
commit
a90a38e03e
2 changed files with 4 additions and 2 deletions
|
@ -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);
|
||||
|
|
|
@ -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: {
|
||||
|
|
Loading…
Reference in a new issue