소스 검색

Merge branch 'from/develop/tusooa/fix-poll-duration-i18n' into 'develop'

Fix poll duration i18n

See merge request pleroma/pleroma-fe!1565
tusooa 2 년 전
부모
커밋
ba722f3f3d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/components/poll/poll_form.vue

+ 1 - 1
src/components/poll/poll_form.vue

@@ -84,7 +84,7 @@
             :key="unit"
             :value="unit"
           >
-            {{ $t(`time.${unit}_short`, ['']) }}
+            {{ $tc(`time.unit.${unit}_short`, expiryAmount, ['']) }}
           </option>
         </Select>
       </div>