• Moderator David Perez

    (@davidperez)


    Hello,
    In line 264-265, is not properly coded for translation. It should be:
    $name = __( ‘Features’, ‘agentpress-listings’ );
    $singular_name = __( ‘Feature’, ‘agentpress-listings’ );

    instead of:
    $name = ‘Features’;
    $singular_name = ‘Feature’;

    Please change it for next release.
    Thanks!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi David,

    Thank you for reaching out to us, we will be sure to pass this along to our developers for review.

    Thank you!

Viewing 1 replies (of 1 total)

The topic ‘Cannot translate “Feature”’ is closed to new replies.