Localization of menu items
In register_nav_menu()
function is possible to pass the second parameter inside wp l10n function:
register_nav_menu( 'primary', __( 'Primary Menu', 'theme-slug' ) );
but how to localize the menu items?
Topic l10n localization Wordpress
Category Web