Localizations for most server-side strings

This commit is contained in:
Eugen Rochko 2016-11-15 23:56:03 +01:00
parent 3ce6ac0ce2
commit 546c4718e7
33 changed files with 296 additions and 220 deletions

View file

@ -1,5 +1,5 @@
.entry.entry-favourite
.content
%strong= favourite.account.acct
favourited a post by
= t('stream_entries.favourited')
%strong= favourite.status.account.acct

View file

@ -1,5 +1,5 @@
.entry.entry-follow
.content
%strong= link_to follow.account.acct, account_path(follow.account)
is now following
= t('stream_entries.is_now_following')
%strong= link_to follow.target_account.acct, TagManager.instance.url_for(follow.target_account)