mirror of
https://github.com/wassname/talk.git
synced 2026-08-09 12:30:42 +08:00
Merge branch 'i18n' of https://github.com/coralproject/talk into i18n
This commit is contained in:
@@ -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`}>
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user