Hey there,
if I define in the navigation parent “content” is it possible to rename the main nav item?
As far as I see if I use parent “content” the main nav label is called content, but I need something different and translated to an other language.
Thank you for your help!
daft
#2
Hey @MateThemes
Sure, here are the instructions based on the documentation and using the app directory, which behaves like a plugin.
- Create a file app/lang/en.json
- Add to the file
{
"Content": "Foobar"
}
- Save the file
The “Content” navigation item should now appear as “Foobar”. You can replace en.json with any language code you desire.
I hope this helps.
Thank you so much for your fast reply!!!
Sometimes I am a bit overwhelmed by the documentation. :-0)
1 Like