cvs diff: Diffing . Index: nice_menus.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/nice_menus/nice_menus.module,v retrieving revision 1.35.2.15 diff -u -p -r1.35.2.15 nice_menus.module --- nice_menus.module 30 Nov 2008 19:47:53 -0000 1.35.2.15 +++ nice_menus.module 10 Mar 2009 16:45:22 -0000 @@ -258,6 +258,11 @@ function theme_nice_menu_tree($menu_name // Load the full menu array. $menu = isset($menu) ? $menu : menu_tree_all_data($menu_name); + // Allow i18n module to translate strings where available + 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 // from the $menu_name since there is no "parent item" array. cvs diff: Diffing po cvs diff: Diffing translations