From 309f53b359e3cf6db5aeb112a91674f243857c79 Mon Sep 17 00:00:00 2001 From: David Jay Date: Fri, 11 Nov 2016 11:44:50 -0500 Subject: [PATCH] Adding notifcation translations. --- client/coral-plugin-commentbox/translations.json | 6 ++++-- client/coral-plugin-flags/translations.json | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/client/coral-plugin-commentbox/translations.json b/client/coral-plugin-commentbox/translations.json index eee577b2a..7e68b44b5 100644 --- a/client/coral-plugin-commentbox/translations.json +++ b/client/coral-plugin-commentbox/translations.json @@ -2,11 +2,13 @@ "en": { "post": "Post", "reply": "Reply", - "comment": "Comment" + "comment": "Comment", + "comment-post-notif": "Your comment has been posted." }, "es": { "post": "Publicar", "reply": "Respuesta", - "comment": "Comentario" + "comment": "Comentario", + "comment-post-notif": "¡traduceme!" } } diff --git a/client/coral-plugin-flags/translations.json b/client/coral-plugin-flags/translations.json index f5fb9ba9a..0721d3e00 100644 --- a/client/coral-plugin-flags/translations.json +++ b/client/coral-plugin-flags/translations.json @@ -1,10 +1,12 @@ { "en": { "flag": "Flag", - "flagged": "Flagged" + "flagged": "Flagged", + "flag-notif": "Thank you for reporting this comment. Our moderation team has been notified and will review it shortly." }, "es": { "flag": "¡traduceme!", - "flagged": "¡traduceme!" + "flagged": "¡traduceme!", + "flag-notif": "¡traduceme!" } }