We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e1f722 commit a4f9f70Copy full SHA for a4f9f70
client/app/bundles/comments/startup/App.jsx
@@ -3,6 +3,10 @@ import React from 'react';
3
import ReactOnRails from 'react-on-rails';
4
5
import NonRouterCommentsContainer from '../containers/NonRouterCommentsContainer.jsx';
6
+import 'intl/locale-data/jsonp/en';
7
+import 'intl/locale-data/jsonp/de';
8
+import 'intl/locale-data/jsonp/ja';
9
+import 'intl/locale-data/jsonp/zh';
10
11
function App(_props, _railsContext) {
12
const store = ReactOnRails.getStore('commentsStore');
0 commit comments