Fix #3187
This commit is contained in:
parent
8b9454eaee
commit
27bdb26202
3 changed files with 4 additions and 3 deletions
|
@ -1237,7 +1237,7 @@ desktop/views/pages/user/user.header.vue:
|
|||
following: "フォロー"
|
||||
followers: "フォロワー"
|
||||
is-bot: "このアカウントはBotです"
|
||||
years-old: "歳"
|
||||
years-old: "{age}歳"
|
||||
year: "年"
|
||||
month: "月"
|
||||
day: "日"
|
||||
|
@ -1543,6 +1543,7 @@ mobile/views/pages/user.vue:
|
|||
unmute: "ミュート解除"
|
||||
block: "ブロック"
|
||||
unblock: "ブロック解除"
|
||||
years-old: "{age}歳"
|
||||
|
||||
mobile/views/pages/user/home.vue:
|
||||
recent-notes: "最近の投稿"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue