Merge branch 'i18n' of https://github.com/coralproject/talk into i18n

This commit is contained in:
David Jay
2016-11-11 13:49:48 -05:00
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ const FlagButton = ({flag, id, postAction, addItem, updateItem, addNotification}
addItem({...action, current_user:true}, 'actions');
updateItem(action.item_id, action.action_type, action.id, 'comments');
});
addNotification('success', 'Thank you for reporting this comment. Our moderation team has been notified and will review it shortly.');
addNotification('success', lang.t('flag-notif'));
};
return <div className={`${name }-container`}>
+3 -3
View File
@@ -5,8 +5,8 @@
"flag-notif": "Thank you for reporting this comment. Our moderation team has been notified and will review it shortly."
},
"es": {
"flag": "¡traduceme!",
"flagged": "¡traduceme!",
"flag-notif": "¡traduceme!"
"flag": "Marcar",
"flagged": "Marcado",
"flag-notif": "Gracias por marcar este comentario. Nuestro equipo de moderación ha sido notificado y muy pronto lo va a revisar."
}
}
@@ -3,6 +3,6 @@
"reply": "Reply"
},
"es": {
"reply": "Respuesta"
"reply": "Responder"
}
}