Title: [Polylang] Touchfolio theme localization
Last modified: August 21, 2016

---

# [Polylang] Touchfolio theme localization

 *  Resolved [TMNR](https://wordpress.org/support/users/tmnr/)
 * (@tmnr)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/polylang-touchfolio-theme-localization/)
 * Hi,
    I have successfully localized everything I need, except for the menu button
   name that appears when responsive design kicks in past 600px. I have found “menu”
   in .po file and changed it to my liking (like other entries, which worked flawlessly),
   but it does not change when switching languages. This is the only remaining issue
   and I’ve spent numerous hours trying to find how to do it. It’s driving me mad.
   Please help.
 * [http://wordpress.org/extend/plugins/polylang/](http://wordpress.org/extend/plugins/polylang/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [Chouby](https://wordpress.org/support/users/chouby/)
 * (@chouby)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/polylang-touchfolio-theme-localization/#post-3663043)
 * The problem is not coming from Polylang or from your translation in the .po file.
   It is a bug of the theme (you should report it to the author).
    Edit the file
   at line 67 and replace
 *     ```
       mobileMenu = $('<a class="menu-button"><i class="menu-button-icon"></i>menu</a>');
       ```
   
 * by
 *     ```
       mobileMenu = $('<a class="menu-button"><i class="menu-button-icon"></i>'+dsframework_vars.menu_text+'</a>');
       ```
   
 *  Thread Starter [TMNR](https://wordpress.org/support/users/tmnr/)
 * (@tmnr)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/polylang-touchfolio-theme-localization/#post-3663065)
 * Thank you,
    you are the best and most responsible developer out there. Utmost
   respect, Chouby.
 * For those who wonder what file needs to be edited:
    In theme folder js/main.js

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘[Polylang] Touchfolio theme localization’ is closed to new replies.

 * ![](https://ps.w.org/polylang/assets/icon-256x256.png?rev=3433336)
 * [Polylang](https://wordpress.org/plugins/polylang/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/polylang/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/polylang/)
 * [Active Topics](https://wordpress.org/support/plugin/polylang/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/polylang/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/polylang/reviews/)

## Tags

 * [touchfolio](https://wordpress.org/support/topic-tag/touchfolio/)

 * 2 replies
 * 2 participants
 * Last reply from: [TMNR](https://wordpress.org/support/users/tmnr/)
 * Last activity: [13 years, 1 month ago](https://wordpress.org/support/topic/polylang-touchfolio-theme-localization/#post-3663065)
 * Status: resolved