Navigation group translated label and sort
Hi, I have weird behavior that I can't understand at all, maybe someone here is able to explain it?
I define my navigation groups as follows
The order in English is good, but in French it changes (planning and commercial inverted)
Thanks for your help!
3 Replies
Just a stab in the dark, but what about trying this?
I dont have a lot of experience in multi language, but the idea is the make('nav_x) is normalized and should be consistent across languages the labels are still translatable.
Solution
Put it like this, you need to wrap in fn()
Now that I have the solution in front of me it seems so obvious.... Thank you so much!!!