diff options
| author | Shpuld Shpludson <shp@cock.li> | 2019-03-02 16:35:38 +0000 |
|---|---|---|
| committer | Shpuld Shpludson <shp@cock.li> | 2019-03-02 16:35:38 +0000 |
| commit | 11113dd7c4c5c74946e42947311a6988dfaea8d0 (patch) | |
| tree | 3c528dc7a82e7ef7272e32b079dd41981e65e858 /src/i18n | |
| parent | 6f903016a4337d2c10ac6fa3ed5205df2e15b44b (diff) | |
| parent | c4f8426349baaa7e804182e455126c9353b08744 (diff) | |
Merge branch 'feature/improve-status-header-and-spacing' into 'develop'
Re-do status header a bit, add more consistent spacing to status
Closes #264
See merge request pleroma/pleroma-fe!617
Diffstat (limited to 'src/i18n')
| -rw-r--r-- | src/i18n/en.json | 4 | ||||
| -rw-r--r-- | src/i18n/fi.json | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json index c3756374..c5a4a90d 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -360,6 +360,10 @@ "no_more_statuses": "No more statuses", "no_statuses": "No statuses" }, + "status": { + "reply_to": "Reply to", + "replies_list": "Replies:" + }, "user_card": { "approve": "Approve", "block": "Block", diff --git a/src/i18n/fi.json b/src/i18n/fi.json index c7a25fe1..4f0ffb4b 100644 --- a/src/i18n/fi.json +++ b/src/i18n/fi.json @@ -221,6 +221,10 @@ "up_to_date": "Ajantasalla", "no_more_statuses": "Ei enempää viestejä" }, + "status": { + "reply_to": "Vastaus", + "replies_list": "Vastaukset:" + }, "user_card": { "approve": "Hyväksy", "block": "Estä", |
