• Resolved trogper

    (@trogper)


    in function cardealer_content_detail
    change

    if($value == 'enabled')
      $value = 'Yes';
    else
      $value = 'No';

    to

    if($value == 'enabled')
      $value = __('Yes', 'cardealer');
    else
      $value = __('No', 'cardealer');
    • This topic was modified 5 years, 8 months ago by trogper.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘allow Yes/No to be translated’ is closed to new replies.