Translated mobile/views/pages/welcome.vue

This commit is contained in:
gutfuckllc
2018-08-01 17:30:35 -04:00
parent 55d2ae2050
commit 9652440579
3 changed files with 17 additions and 1 deletions

View File

@ -3,7 +3,7 @@
<span slot="header">%fa:hashtag%{{ $route.params.tag }}</span>
<main>
<p v-if="!fetching && empty">%fa:search%{{ q }}に関する投稿は見つかりませんでした</p>
<p v-if="!fetching && empty">%fa:search%%i18n:@no-posts-found-english%%i18n:@left-quote%{{ q }}%i18n:@right-quote%%i18n:@no-posts-found-japanese%</p>
<mk-notes ref="timeline" :more="existMore ? more : null"/>
</main>
</mk-ui>