add load strings for i18n from database

This commit is contained in:
Milos Holba
2021-03-16 19:26:42 +01:00
parent 353180491b
commit 617f715774
9 changed files with 154 additions and 26 deletions

View File

@@ -117,6 +117,8 @@ export default {
this.$updateText('/settings', 'language', this.language.locale)
this.languageSetting = this.language.locale
this.$loadLanguage(this.language.locale)
},
resetInput(){