Hi!

I'm using the built module to translate pages on Drupal 6, but I don't understand how can I translate the menus to the selected language...
Using the path prefix (to have an "en/node…") and then using filters on the blocks page doesn't work because it can't see de "en/" part, just the "node" part...
The only way I found to fix this is to give aliases to the pages, and calling them "en/" and them the filter would work, but this is ugly like hell... The menus should have a language option just like the pages...

Am I missing something?
Thanks

Comments

xmacinfo’s picture

Please note that Drupal 6 offers some localizations features, not all.

Menu localization should be done in the next release, D7.

whatever-’s picture

Thanks. I'll stick with 5.7+i18n then.

xmacinfo’s picture

Actually, a newer version of the Internationalization (i18n) module will complement the missing features in Drupal 6. It will be a trimmed down version that will not duplicate feature already available in Drupal 6.

So I guess you will probably be able to end up with what you are looking for.

http://drupal.org/node/94855

The module maintainer may wait until Drupal 6 ships before resuming work on his module.