i18n refactoring, locale loaders, custom strings, fix #231

This commit is contained in:
lesion
2023-02-07 17:44:23 +01:00
parent a36c8c29cb
commit 98f6b9618c
7 changed files with 61 additions and 34 deletions

View File

@@ -35,7 +35,7 @@ export default {
},
activated() {
if (this.$fetchState.timestamp <= Date.now() - 60000) {
this.$fetch();
this.$fetch()
}
},
data ({ $store }) {