Parse theme from querystring, put on util. Moment from require()
We also fully set up i18n and put it on util as well as making it available on windows.i18n for Backbone views.pull/1/head
parent
887abd75dd
commit
be91a89d68
@ -1,6 +1,6 @@
|
||||
|
||||
```jsx
|
||||
<util.MessageParents theme="android">
|
||||
<util.MessageParents theme={util.theme}>
|
||||
<Message />
|
||||
</util.MessageParents>
|
||||
```
|
||||
|
Loading…
Reference in New Issue