feat: Add dropdown for language switch

Signed-off-by: Pranav C <61551451+pranavxc@users.noreply.github.com>
This commit is contained in:
Pranav C
2021-07-15 18:31:47 +05:30
parent 5017de328d
commit 2542e79f9e
7 changed files with 369 additions and 638 deletions

View File

@@ -184,7 +184,7 @@ export default {
get() {
return this.$store.state.windows.language;
}, set(val) {
this.$store.commit('windows/MutSetLanguage', val);
this.$store.commit('windows/MutLanguage', val);
}
},
showMetatable: {