in my blog when I switch between languages, menu direction changes because of RTL mode.
is there any parameter for param.toml to set direction?
No, we don't have options for it.
Do you want to keep navbar direction the same with the LTR when RTL?
yes I think ltr direction for the menu is better than rtl direction
but It would be perfect if you add this option, It can be used for each menus.toml config
You can set navbardir in languages.toml file
[en]
title = "Zzossig's Blog"
languageName = "English"
weight = 2
languagedir = "ltr"
contentdir = "content/en"
navbardir = "ltr"
great thank you
Most helpful comment
You can set
navbardirinlanguages.tomlfile