-
-
Notifications
You must be signed in to change notification settings - Fork 137
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sub menu doesn't show localized items #388
Comments
Good day. Maybe this will help you: #242 . |
@noparamos, yes, I've read that issue and some solutions, but no success with AbstractFlatMenuItem. Adding |
@AlexDeltax you will want to look at (and override) the methods on the menu model that gather the pages needed for generation, like the developer in the linked PR is doing. It looks like you're using a completely different approach to translation than they are, so the code will not work like-for-like - you will need to figure out how to use your menu model's language-specific foreign key values. |
Am closing this issue, as it isn't a bug with this software - more a support request |
I've created custom flat menu using Replacing both the FlatMenu and FlatMenuItem models
The problem is, that if menu has submenus, items there from link_page, and not from link_page_fr or so. Same is for link_text.
As a result, I have:
in another language I have:
but I need:
Any suggestions of what kind of information I need to add? Have I missed something or did wrong?
The text was updated successfully, but these errors were encountered: