You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue was, that the translation entries in i18n for some custom menu entries were ignored. Checking nav.html i applied the suggestions for menu: https://gohugo.io/templates/menu-templates/#example to nav.html:
.Name -----> or (T .Identifier) .Name | safeHTML
which resulted in the i18n entries being properly used. Would this code break in some cases i might not considered?
This also affects: sidebar.html, nested-desktop.html, nested-mobile.html.
The text was updated successfully, but these errors were encountered:
Hi,
The issue was, that the translation entries in i18n for some custom menu entries were ignored. Checking nav.html i applied the suggestions for menu: https://gohugo.io/templates/menu-templates/#example to nav.html:
.Name -----> or (T .Identifier) .Name | safeHTML
which resulted in the i18n entries being properly used. Would this code break in some cases i might not considered?
This also affects: sidebar.html, nested-desktop.html, nested-mobile.html.
The text was updated successfully, but these errors were encountered: