translated all loading…

This commit is contained in:
2021-06-01 22:46:15 +02:00
parent 16f2d98f15
commit efc74ec5f4
29 changed files with 24 additions and 24 deletions

View File

@ -59,7 +59,7 @@ export default {
// console.log('LoginBlock render')
if (!this.template) {
// console.log('LoginBlock render NAN')
return h('span', 'Loading ...')
return h('span', this.$t('default.Loading…'))
} else {
// console.log('LoginBlock render template')
return this.template.render.call(this)