Fix
This commit is contained in:
parent
98411aa64c
commit
24983b6269
3 changed files with 7 additions and 1 deletions
|
@ -509,6 +509,9 @@ mobile:
|
||||||
loading: "Loading"
|
loading: "Loading"
|
||||||
no-photos: "No photos"
|
no-photos: "No photos"
|
||||||
|
|
||||||
|
mk-user-overview-keywords:
|
||||||
|
no-keywords: "No keywords"
|
||||||
|
|
||||||
mk-user-overview-followers-you-know:
|
mk-user-overview-followers-you-know:
|
||||||
loading: "Loading"
|
loading: "Loading"
|
||||||
no-users: "No users"
|
no-users: "No users"
|
||||||
|
|
|
@ -509,6 +509,9 @@ mobile:
|
||||||
loading: "読み込み中"
|
loading: "読み込み中"
|
||||||
no-photos: "写真はありません"
|
no-photos: "写真はありません"
|
||||||
|
|
||||||
|
mk-user-overview-keywords:
|
||||||
|
no-keywords: "キーワードはありません(十分な数の投稿をしていない可能性があります)"
|
||||||
|
|
||||||
mk-user-overview-followers-you-know:
|
mk-user-overview-followers-you-know:
|
||||||
loading: "読み込み中"
|
loading: "読み込み中"
|
||||||
no-users: "知り合いのユーザーはいません"
|
no-users: "知り合いのユーザーはいません"
|
||||||
|
|
|
@ -552,7 +552,7 @@
|
||||||
<a>{ keyword }</a>
|
<a>{ keyword }</a>
|
||||||
</virtual>
|
</virtual>
|
||||||
</div>
|
</div>
|
||||||
<p class="empty" if={ !initializing && users.length == 0 }>%i18n:mobile.tags.mk-user-overview-followers-you-know.no-users%</p>
|
<p class="empty" if={ user.keywords == null || user.keywords.length == 0 }>%i18n:mobile.tags.mk-user-overview-keywords.no-keywords%</p>
|
||||||
<style>
|
<style>
|
||||||
:scope
|
:scope
|
||||||
display block
|
display block
|
||||||
|
|
Loading…
Reference in a new issue