소스 검색

Make media modal counter go through i18n

Tusooa Zhu 2 년 전
부모
커밋
1b32bb9c51
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/components/media_modal/media_modal.vue

+ 1 - 1
src/components/media_modal/media_modal.vue

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