diff options
| author | HJ <30-hj@users.noreply.git.pleroma.social> | 2019-04-30 17:39:33 +0000 |
|---|---|---|
| committer | HJ <30-hj@users.noreply.git.pleroma.social> | 2019-04-30 17:39:33 +0000 |
| commit | a954f56e3444e921dcf5ff6651e443ac110f1804 (patch) | |
| tree | de2de7d792a17ccd1ac74773cd05f3d18c2de60e /src/i18n | |
| parent | 0f7f685c5e720d870cc732f07f68fb6eac278a68 (diff) | |
| parent | b1bd5bd08eccbe93d37aa1708692cad50003fd58 (diff) | |
Merge branch 'brendenbice1222/pleroma-fe-issues/pleroma-fe-202-show-boosted-users' into 'develop'
Show favoriting and repeating users in hilighted status
See merge request pleroma/pleroma-fe!768
Diffstat (limited to 'src/i18n')
| -rw-r--r-- | src/i18n/en.json | 2 | ||||
| -rw-r--r-- | src/i18n/fi.json | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json index 173e0de2..b07af5e5 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -394,6 +394,8 @@ "no_statuses": "No statuses" }, "status": { + "favorites": "Favorites", + "repeats": "Repeats", "reply_to": "Reply to", "replies_list": "Replies:" }, diff --git a/src/i18n/fi.json b/src/i18n/fi.json index fbe676cf..62cbecb8 100644 --- a/src/i18n/fi.json +++ b/src/i18n/fi.json @@ -222,6 +222,8 @@ "no_more_statuses": "Ei enempää viestejä" }, "status": { + "favorites": "Tykkäykset", + "repeats": "Toistot", "reply_to": "Vastaus", "replies_list": "Vastaukset:" }, |
