More i18n work

This commit is contained in:
vjrj 2017-11-28 22:49:25 +01:00
parent 2ad4972115
commit fffeb2a17a
13 changed files with 85 additions and 27 deletions

View file

@ -14,7 +14,7 @@ const Navigation = props => (
<Navbar.Header>
{window.location.pathname != '/'?
<Navbar.Brand>
<Link to="/">{props.t('Inicio')}</Link>
<Link to="/">{props.t('AppNameFull')}</Link>
</Navbar.Brand>: ''
}
{/* <Navbar.Toggle/> */}