mirror of
https://github.com/wassname/talk.git
synced 2026-08-12 12:30:39 +08:00
Add YAML loader. Fix i18n module to get YAML files.
This commit is contained in:
@@ -5,10 +5,10 @@ import styles from './components/styles.css';
|
||||
import EmptyCard from '../../components/EmptyCard';
|
||||
import {actionsMap} from './helpers/moderationQueueActionsMap';
|
||||
import I18n from 'coral-i18n/modules/i18n/i18n';
|
||||
import translations from 'coral-admin/src/translations';
|
||||
|
||||
import LoadMore from './components/LoadMore';
|
||||
|
||||
const lang = new I18n(translations);
|
||||
const lang = new I18n();
|
||||
class ModerationQueue extends React.Component {
|
||||
|
||||
static propTypes = {
|
||||
|
||||
Reference in New Issue
Block a user