Advertisement
Guest User

Untitled

a guest
Aug 4th, 2015
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1.  
  2. var options ={
  3. lng: 'en',
  4. supportedLngs: ['en', 'cn'],
  5. preload: ['en', 'cn']
  6. };
  7. i18n.init(options,
  8. function (t) {
  9. router.run(function (Handler, state) {
  10. React.render(<Handler/>, document.getElementById('app'));
  11. });
  12. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement