fixed frontend localization

This commit is contained in:
vabene1111
2021-05-30 17:12:59 +02:00
parent e05019d2b1
commit 4f09970130
9 changed files with 13 additions and 5 deletions

View File

@@ -86,7 +86,7 @@ export default {
},
mounted() {
this.refreshData()
this.$i18n.locale = window.CUSTOM_LOCALE
setInterval(() => {
if ((this.import_id !== null) && window.navigator.onLine && this.import_info.running) {
this.refreshData()