Skip to content

Commit

Permalink
fix #514/2
Browse files Browse the repository at this point in the history
  • Loading branch information
b1acksun committed Nov 7, 2017
1 parent 46ca736 commit 75418ce
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/components/pages/UserProfile.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -199,9 +199,9 @@ export default class UserProfile extends React.Component {
else if( section === 'followed' ) {
if (following && following.has('blog_result')) {
tab_content = <UserList
title="Followed"
account={account}
users={following.get('blog_result')}
title={tt('user_profile.followed')}
account={account}
users={following.get('blog_result')}
/>
}
}
Expand Down
1 change: 1 addition & 0 deletions app/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -481,6 +481,7 @@
"users_permissions": "%(name)s's permissions",
"recent_replies_to_users_posts": "Recent replies to %(name)s's posts",
"followers": "Followers",
"followed": "Followed",
"this_is_users_reputations_score_it_is_based_on_history_of_votes": "This is %(name)s's reputation score.\n\nThe reputation score is based on the history of votes received by the account, and is used to hide low quality content.",
"follower_count": {
"zero": "No followers",
Expand Down
1 change: 1 addition & 0 deletions app/locales/ru-RU.json
Original file line number Diff line number Diff line change
Expand Up @@ -808,6 +808,7 @@
"users_permissions": "Разрешения %(name)s",
"recent_replies_to_users_posts": "Недавние ответы к постам пользователя %(name)s",
"followers": "Подписчики",
"followed": "Подписки",
"this_is_users_reputations_score_it_is_based_on_history_of_votes": "Это количество очков репутации пользователя %(name)s.\n\nКоличество очков подсчитывается на основе истории полученных голосов и используется, чтобы скрыть некачественное содержимое.",
"follower_count": {
"zero": "0 подписчиков",
Expand Down
1 change: 1 addition & 0 deletions app/locales/sr.json
Original file line number Diff line number Diff line change
Expand Up @@ -797,6 +797,7 @@
"users_permissions":"%(name)s's dozvole",
"recent_replies_to_users_posts":"Nedavni odgovori ka %(name)s postovima",
"followers":"Pratioci",
"followed": "Подписки",
"this_is_users_reputations_score_it_is_based_on_history_of_votes":"This is %(name)s's reputation score.↵↵The reputation score is based on the history of votes received by the account, and is used to hide low quality content.",
"follower_count":{
"zero":"0 подписчиков",
Expand Down
1 change: 1 addition & 0 deletions app/locales/ua.json
Original file line number Diff line number Diff line change
Expand Up @@ -785,6 +785,7 @@
"users_permissions": "Дозволи %(name)s",
"recent_replies_to_users_posts": "Недавні відповіді до постів користувача %(name)s",
"followers": "Підписники",
"followed": "Підписки",
"this_is_users_reputations_score_it_is_based_on_history_of_votes": "Це кількість очок репутації користувача %(name)s.\n\nКількість очок підраховується на основі історії отриманих голосів і використовується, щоб приховати неякісне вміст.",
"follower_count": {
"zero": "0 підписників",
Expand Down

0 comments on commit 75418ce

Please sign in to comment.