Make menu titles translatable #429
Closed
iuriemalai
started this conversation in
Ideas
Replies: 1 comment 9 replies
-
Are you using multisite? |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In a web page the navigation should match the language selected by the user, otherwise the interface feels inconsistent, the user expecting familiar words in buttons and menus. To make the desktop menu titles translatable I had to change in resources/views/navigation/ _ main _ desktop.antlers.html {{ title }} to {{ trans:{title} }}. Is that correct? After this change the translation is now displayed as expected. Can I make a PR?
Beta Was this translation helpful? Give feedback.
All reactions