• Resolved nicob73

    (@nicob73)


    Hi,

    On the webiste of acosmin we can read : “2. Right Sidebar – First Menu – It can be used as a Categories navigation. JustWrite will add a link to your homepage (“Main Page”) if this menu location is used.”

    What I would like is that I could change “main page” into another word as my blog is in French.

    I don’t know where to change it. And I hope that somebody would be able to help me.

    Thanks a lot,

    Nico

Viewing 1 replies (of 1 total)
  • Theme Author acosmin

    (@acosmin)

    Open sidebar-browse.php, find this line:

    wp_nav_menu( array( 'container' => '', 'theme_location' => 'mini-first', 'items_wrap' => '<ul class="normal-list"><li class="'. $page_state .'"><a href="'. esc_url( home_url() ) .'" title="'. __('Go Home', 'acosmin') .'">'. __('Main Page', 'acosmin') .'</a></li>%3$s</ul>' ) );

    Change:

    __('Main Page', 'acosmin') with __('Your French Word', 'acosmin')

    Or you can translate the entire theme by using the .po files located in ../languages/ folder:
    http://codex.wordpress.org/Translating_WordPress

Viewing 1 replies (of 1 total)
  • The topic ‘Translate "main menu" into French’ is closed to new replies.