*

paulinoromeira

  • ***
  • 57 posts
translate that phrase from Favorites
« on: March 18, 2016, 02:43:04 AM »
Hello friend, I would like to translate that phrase from Favorites. I translate all language of the site and the plugin but it is not translated. I tried to find the php file but cannot. where is the php file I try to translate? thanks

Marked as best answer by paulinoromeira on March 18, 2016, 04:02:22 PM
*

MB Themes

Re: translate that phrase from Favorites
« Reply #1 on: March 18, 2016, 07:39:21 AM »
@paulinoromeira
Thanks for letting us know. This word has incorrectly set theme shortcut.

Go to file:
oc-content/themes/zara/footer.php

Find code:
Code: [Select]
<?php _e('My favorite items''favorite_items'); ?>
Replace with:
Code: [Select]
<?php _e('My favorite items''zara'); ?>
Then add word to translation file and you are ready to go.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

paulinoromeira

  • ***
  • 57 posts
Re: translate that phrase from Favorites
« Reply #2 on: March 18, 2016, 04:02:42 PM »
thanks