Better English

This commit is contained in:
syuilo 2017-08-30 21:49:15 +09:00
parent af35978687
commit cb416ea1a5
4 changed files with 7 additions and 3 deletions

View File

@ -2,6 +2,10 @@ ChangeLog (Release Notes)
=========================
主に notable な changes を書いていきます
unreleased
----------
* l10n
2520 (2017/08/30)
-----------------
* デザインの調整

View File

@ -473,7 +473,7 @@ mobile:
no-posts-with-media: "There is no posts with media"
mk-user:
is-followed: "Followed you"
follows-you: "Follows you"
following: "Following"
followers: "Followers"
overview: "Overview"

View File

@ -473,7 +473,7 @@ mobile:
no-posts-with-media: "メディア付き投稿はありません。"
mk-user:
is-followed: "フォローされています"
follows-you: "フォローされています"
following: "フォロー"
followers: "フォロワー"
overview: "概要"

View File

@ -12,7 +12,7 @@
<div class="title">
<h1>{ user.name }</h1>
<span class="username">@{ user.username }</span>
<span class="followed" if={ user.is_followed }>%i18n:mobile.tags.mk-user.is-followed%</span>
<span class="followed" if={ user.is_followed }>%i18n:mobile.tags.mk-user.follows-you%</span>
</div>
<div class="description">{ user.description }</div>
<div class="info">