We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a923b25 commit a789648Copy full SHA for a789648
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