summaryrefslogtreecommitdiffstats
path: root/webapp/i18n/en.json
diff options
context:
space:
mode:
authorPepijn <pepijnfens@gmail.com>2016-12-08 00:08:37 +0100
committerHarrison Healey <harrisonmhealey@gmail.com>2016-12-07 18:08:37 -0500
commit7399d349dedc35c8c05b223a3c143a420bf2411f (patch)
tree77233100ea3b5083c8a4f78c733f1b3d0eb1ac90 /webapp/i18n/en.json
parent9b96fcc7c61075d1e5ec2d9ab5b720f7c9fdab2d (diff)
downloadchat-7399d349dedc35c8c05b223a3c143a420bf2411f.tar.gz
chat-7399d349dedc35c8c05b223a3c143a420bf2411f.tar.bz2
chat-7399d349dedc35c8c05b223a3c143a420bf2411f.zip
Created a new message indicator component to indicate new messages (#4299)
* Created a new message indicator component to indicate new messages are present outside the user's view: * Created new component with styling * Theming and i18n support for new messages indicator * Count new unviewed messages and integrate with component * Coding style for new message indicator * Fixed bugs with new message indicator: * Fix display issues with new message indicator * Update text to deal with plurals in React * Fix coded style for ticket 'PLT-1917': add new message indicator. * Use only server generated timestamps for checking new messages at the bottom * Move transitionend to prop, fix style selectors
Diffstat (limited to 'webapp/i18n/en.json')
-rw-r--r--webapp/i18n/en.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/webapp/i18n/en.json b/webapp/i18n/en.json
index e6650fe22..55768d7c6 100644
--- a/webapp/i18n/en.json
+++ b/webapp/i18n/en.json
@@ -1624,6 +1624,7 @@
"post_info.reply": "Reply",
"posts_view.loadMore": "Load more messages",
"posts_view.newMsg": "New Messages",
+ "posts_view.newMsgBelow": "{count} new {count, plural, one {message} other {messages}} below",
"reaction.clickToAdd": "(click to add)",
"reaction.clickToRemove": "(click to remove)",
"reaction.multipleReacted": "<b>{users} and {lastUser}</b> reacted with <b>:{emojiName}:</b>",