forked from FoundKeyGang/FoundKey
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"
|
||||
no-photos: "No photos"
|
||||
|
||||
mk-user-overview-keywords:
|
||||
no-keywords: "No keywords"
|
||||
|
||||
mk-user-overview-followers-you-know:
|
||||
loading: "Loading"
|
||||
no-users: "No users"
|
||||
|
|
|
@ -509,6 +509,9 @@ mobile:
|
|||
loading: "読み込み中"
|
||||
no-photos: "写真はありません"
|
||||
|
||||
mk-user-overview-keywords:
|
||||
no-keywords: "キーワードはありません(十分な数の投稿をしていない可能性があります)"
|
||||
|
||||
mk-user-overview-followers-you-know:
|
||||
loading: "読み込み中"
|
||||
no-users: "知り合いのユーザーはいません"
|
||||
|
|
|
@ -552,7 +552,7 @@
|
|||
<a>{ keyword }</a>
|
||||
</virtual>
|
||||
</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>
|
||||
:scope
|
||||
display block
|
||||
|
|
Loading…
Reference in a new issue