Adding notifcation translations.

This commit is contained in:
David Jay
2016-11-11 11:44:50 -05:00
parent d7c02b53a7
commit 309f53b359
2 changed files with 8 additions and 4 deletions
@@ -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!"
}
}
+4 -2
View File
@@ -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!"
}
}