Although, there's no problem on regular pages, it does cause problem when keep showing all menus in places such as :
/en/admin/content/backup_migrate/export
/en/admin/content/types/list
/en/admin/content/node/overview
But it's ok on :
/en/admin/build
/en/admin/build/block/list
/en/admin/build/menu/list
/en/admin/user/settings
Anyone experience the same?
Comments
Comment #1
mtsanford commentedLikely by design. Can't remember the specifics, but some admin pages show all menu items that are specifically designated as being of one language in the "Language: " selector provided by i18nmenu, no matter what language they specify. In any event, don't sweat it, it's probably not a bug unless you're seeing the items on non-admin pages.
Comment #2
najibx commentedi see. they show up only on certain admin pages.
Right now, I only have 2 languages. I can't imagine happen when I have 5 languages! There will be bunch of primary menus there? anything can be done to avoid this? I read Nike had 13 languages for their website, how they live with this, unless i have done something wrong?
Comment #3
extect commented@mtsanford:
I don't think it's that easy!
For example, at admin/content/node/overview there is a language filter, but this filter has literally no effect in the following situation:
Let's say you have "French only" nodes and you have "English only" nodes. Then, if you display your website in English at /en/admin/content/node/overview and set the language filter to French, it says "No posts available". If you do the same, but display your website in French (/fr/admin/content/node/overview) you will see all your French nodes.
I think that's a bug, because as an Admin you should be able to get all your nodes displayed, even if they are available in a different language only. Otherwise this language filter would not make much sense in this situation.
Comment #4
extect commentedSorry Sorry Sorry! I forgot to set the "administer all languages" permission properly. That solved my problem!
Comment #5
kars-t commentedSeems this can be closed.