--- D:/Taf/Kalys/drupal6/sites/all/modules/nice_menus/nice_menus.module Thu Aug 28 15:00:52 2008 +++ D:/Taf/Kalys/drupal6/sites/all/modules/nice_menus/nice_menus.module.diff Thu Aug 28 15:01:09 2008 @@ -264,6 +264,9 @@ function theme_nice_menu_tree($menu_name, $mlid = NULL, $depth = -1, $menu = NULL) { // Load the full menu array. $menu = isset($menu) ? $menu : menu_tree_all_data($menu_name); + if(module_exists('i18nmenu')) { + i18nmenu_localize_tree($menu); + } // For custom $menus and menus built all the way from the top-level we // don't need to "create" the specific sub-menu and we need to get the title