i18n in server. Some fixes

This commit is contained in:
vjrj 2017-12-09 17:54:18 +01:00
parent 23ec2b8f55
commit a0e5dc4723
13 changed files with 543 additions and 121 deletions

View file

@ -26,7 +26,8 @@ class Sandbox extends React.Component {
<div>
<FireSubscription />
</div>
)
);
}
}
export default translate([], { wait: true }) (Sandbox);