mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-09 15:17:23 +02:00
Add missing i18n support in side nav breadcrumb (#482)
This commit is contained in:
parent
f8486e02ae
commit
4553afda2b
1 changed files with 3 additions and 1 deletions
|
@ -23,7 +23,9 @@ class SideNav extends React.Component {
|
|||
</div>
|
||||
<h2>
|
||||
<i>›</i>
|
||||
<span>{this.props.current.category}</span>
|
||||
<span>
|
||||
{this.getLocalizedCategoryString(this.props.current.category)}
|
||||
</span>
|
||||
</h2>
|
||||
</div>
|
||||
<div className="navGroups">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue