add i18n to many items

This commit is contained in:
vapormusic 2022-01-24 22:22:47 +07:00
parent a0c1d3ffcd
commit d873913481
27 changed files with 141 additions and 119 deletions

View file

@ -15,7 +15,7 @@
</template>
</template>
<button v-if="triggerEnabled" style="opacity:0;height: 32px;"
v-observe-visibility="{callback: visibilityChanged}">Show More
v-observe-visibility="{callback: visibilityChanged}">{{app.getLz('term.showMore')}}
</button>
</div>
<transition name="fabfade">
@ -51,7 +51,8 @@
showFab: false,
commonKind: "song",
api: this.$root.mk.api,
loading: false
loading: false,
app: this.$root,
}
},
methods: {