Title: Internationalization
Last modified: August 21, 2016

---

# Internationalization

 *  Resolved [danbp](https://wordpress.org/support/users/danbp/)
 * (@danbp)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/resolved-internalization/)
 * Home on the nav bar is not internationalized.
 * To get it translated, go to theme’s functions.php and replace ws_no_menu function
   with this one:
 *     ```
       function ws_no_menu () {
   
           $link = '<b>custom menu</b> !';
           $output = '<div class="nav-collapse first-nav"><ul class="nav ws-nav"><li><a href="'. get_site_url() .'">
       		<i class="icon-home icon-white"></i>'.__('Home', 'wordstrap').'</a></li><li class="divider-vertical"></li></ul>';
           $output .= '<div style="float: left; margin-top: 10px; color: #666; font-style: italic;">';
           $output .= sprintf ( __('You should customize a %s', 'wordstrap'), $link);
           $output .= '</div>';
   
           echo $output;
       }
       ```
   

Viewing 1 replies (of 1 total)

 *  Theme Author [Aritz Olabarrieta](https://wordpress.org/support/users/wizard_clp/)
 * (@wizard_clp)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/resolved-internalization/#post-4128182)
 * Thanks for pointing that out!

Viewing 1 replies (of 1 total)

The topic ‘Internationalization’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/wordstrap/1.8.1/screenshot.png)
 * Wordstrap
 * [Support Threads](https://wordpress.org/support/theme/wordstrap/)
 * [Active Topics](https://wordpress.org/support/theme/wordstrap/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/wordstrap/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/wordstrap/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Aritz Olabarrieta](https://wordpress.org/support/users/wizard_clp/)
 * Last activity: [12 years, 8 months ago](https://wordpress.org/support/topic/resolved-internalization/#post-4128182)
 * Status: resolved