mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-05-17 00:04:47 -04:00
Move intl loading into separate, overridden file
ht @rschamp, thanks!
This commit is contained in:
parent
8c374e096d
commit
f52ac1f17f
3 changed files with 11 additions and 7 deletions
src/lib
|
@ -1,5 +1,6 @@
|
|||
var ReactDOM = require('react-dom');
|
||||
var ReactIntl = require('react-intl');
|
||||
|
||||
var ReactIntl = require('./intl.jsx');
|
||||
var IntlProvider = ReactIntl.IntlProvider;
|
||||
|
||||
var render = function (jsx, element) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue