Make media modal counter go through i18n

This commit is contained in:
Tusooa Zhu 2022-02-21 10:33:47 -05:00
parent 9bc7d99e16
commit 1b32bb9c51
No known key found for this signature in database
GPG key ID: 7B467EDE43A08224

View file

@ -68,7 +68,7 @@
<span <span
class="counter" class="counter"
> >
{{ currentIndex + 1 }} / {{ media.length }} {{ $tc('media_modal.counter', currentIndex + 1, { current: currentIndex + 1, total: media.length }) }}
</span> </span>
<span <span
v-if="loading" v-if="loading"