Tagged: x
-
AuthorPosts
-
December 14, 2016 at 5:42 am #1292564
JunekoParticipantHi my name is Junior from Brazil
I made a online shop using X theme and only few texts are not translated to portuguese.
for example the text “you may also like…” on related products still appears in english.Do you guys have any tips form me.
Thank you.
December 14, 2016 at 7:44 am #1292701
ChristianModeratorDecember 19, 2016 at 10:24 am #1298307
JunekoParticipantThe theme is already translated, but only few phrases remains in english.
is there a easy way to fix it or I still have to translate the whole x.pot fileDecember 19, 2016 at 11:49 am #1298439
ThaiModeratorHi There,
Please add the following code under functions.php file locates in your child theme:
add_filter('gettext', 'x_translate_text' , 20, 3); function x_translate_text ( $translated_text, $text, $domain ) { $translation = array ( 'You may also like…' => 'Your text', ); if( isset( $translation[$text] ) ) { return $translation[$text]; } return $translated_text; }Hope it helps 🙂
December 21, 2016 at 11:11 am #1300737
JunekoParticipantWork’s perfect!!!!
Thank you very much!!!
Merry Christmas and a Happy New Year 🙂December 21, 2016 at 11:30 am #1300755
ThaiModeratorYou’re most welcome 🙂
Merry X’mas.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1292564 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
