This topic contains a post which is marked as Best Answer. Press here if you would like to see it.
*

mocody

  • ****
  • 139 posts
  • Only Marketing matters
translation file
« on: February 04, 2021, 04:17:58 PM »
@mb themes
I have opened .po and  .mo files to notepad++ and trying to find a message but is not there
when i directly change the code nothing changed ,
can you take a look, what am i missing.

<?php if($item_extra['s_phone'] <> '') { ?>
        <div class="isList">
          <a href="https://wa.me/<?php echo $item_extra['s_phone']; ?>?text=<?php echo urlencode(sprintf(__('hI\'thats a nice Item. %s', 'beta'), osc_item_url())); ?>" class="wabutton">

*

MB Themes

Re: translation file
« Reply #1 on: February 04, 2021, 04:31:41 PM »
@mocody
Use PO editor to modify these files
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

mocody

  • ****
  • 139 posts
  • Only Marketing matters
Re: translation file
« Reply #2 on: February 04, 2021, 05:41:51 PM »
@mb themes
Thanks, I will create an africanns Language and later share with you,
couldn't find that specific message , for that field.
I modified the PHP source but nothing changed yet.
a way forward ?.

Marked as best answer by frosticek on February 05, 2021, 09:39:34 AM
*

MB Themes

Re: translation file
« Reply #3 on: February 04, 2021, 05:53:41 PM »
In po editor, update from source.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

mocody

  • ****
  • 139 posts
  • Only Marketing matters
Re: translation file
« Reply #4 on: February 05, 2021, 08:33:44 AM »
@mb themes
fantastic it worked.