More i18n work
This commit is contained in:
parent
2ad4972115
commit
fffeb2a17a
13 changed files with 85 additions and 27 deletions
|
|
@ -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/> */}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue