diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2017-08-16 17:12:58 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-16 17:12:58 +0200 |
commit | ca7ea1aba92f97e93f3c49e972f686a78779fd71 (patch) | |
tree | ce5137b08252ea956ee0b729ccaceb55e3e80f4f /config/locales | |
parent | f814661fcaed99221bf0b250dbe14349cb702833 (diff) |
Redesign public profiles (#4608)
* Redesign public profiles * Responsive design * Change public profile status filtering defaults and add options - No longer displays private/direct toots even if you are permitted access - By default omits replies - "With replies" option - "Media only" option * Redesign account grid cards * Fix style issues
Diffstat (limited to 'config/locales')
-rw-r--r-- | config/locales/en.yml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index 210bfc5b4..97f46c3af 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -40,7 +40,11 @@ en: nothing_here: There is nothing here! people_followed_by: People whom %{name} follows people_who_follow: People who follow %{name} - posts: Posts + posts: Toots + posts_with_replies: Toots with replies + media: Media + roles: + admin: Admin remote_follow: Remote follow reserved_username: The username is reserved unfollow: Unfollow |