Upgrade of modules and webpack.

Support for localization in progress.
This commit is contained in:
Tomas Bures 2018-11-17 23:26:45 +01:00
parent d8b56fff0d
commit 4862d6cac4
52 changed files with 5870 additions and 23064 deletions

View file

@ -260,7 +260,7 @@ class RouteContent extends Component {
<div>
{primaryMenuComponent}
<div className="container-fluid">
{t('Loading...')}
{t('loading')}
</div>
</div>
);