Adding seperate translation files for packages.

This commit is contained in:
David Jay
2016-11-10 17:34:26 -05:00
parent 8bf6bea5b9
commit ff4e778dde
11 changed files with 57 additions and 63 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import CommentBox from '../coral-plugin-commentbox/CommentBox';
const name = 'coral-plugin-replies';
const ReplyBox = (props) => <div
className={`${name }-textarea`}
className={`${name}-textarea`}
style={props.styles && props.styles.container}>
{
props.showReply && <CommentBox