Sync a locale files for JavaScript (#2513)

There are multiple messages missing in en.jsx.
It is very troublesome when translating other languages.
This commit is contained in:
Yamagishi Kazutoshi 2017-04-27 19:03:28 +09:00 committed by Eugen Rochko
commit be0a01145b
8 changed files with 53 additions and 22 deletions

View file

@ -4,7 +4,7 @@ import { changeComposeSpoilerness } from '../../../actions/compose';
import { injectIntl, defineMessages } from 'react-intl';
const messages = defineMessages({
title: { id: 'compose_form.spoiler', defaultMessage: 'Hide text behind content warning' }
title: { id: 'compose_form.spoiler', defaultMessage: 'Hide text behind warning' }
});
const mapStateToProps = (state, { intl }) => ({