Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor Ron Rennick

    (@wpmuguru)

    Did you also upload a translation file for your theme? On the front end the only output handled by the plugin is the 2 widgets.

    Thread Starter vicentebelmonte

    (@vicentebelmonte)

    I′ve done this…

    I. TRANSLTATE THEME:

    FOLDER:
    wp-content/themes/agentpress-pro/languages

    FILES:
    agentpress-es_ES.po
    agentpress-es_ES.mo
    agentpress.pot

    II. TRANSLATE PLUGIN

    FOLDER:
    wp-content/plugins/agentpress-listings/languages

    FILES:
    agentpress-listings-es_ES.mo
    agentpress-listings.pot

    By the other hand I′ve used too “Genesis Translations” but It doesn′t work ??

    Thanks for your time!!

    Plugin Contributor Ron Rennick

    (@wpmuguru)

    You’ll have to consult someone more familiar with WP translation than me. I have confirmed that

    * theme translation file is installed correctly
    * .mo file does contain the translation for ‘View Listing’

    Thread Starter vicentebelmonte

    (@vicentebelmonte)

    Ok Finaly The studio′s support team find the questión:

    FILES: archive-listing.php and taxonomy.php
    FOLDER: wp-content/themes/agentpress-pro

    CODE:
    *************************************

    $loop .= sprintf( ‘%s‘, get_permalink(), __( ‘View Listing’, ‘agentpress’ ) );

    ************************************
    I had to change “View Listing” to “Ver Listado o lo que sea”

    Thanks Ron and Thanks Susan!!!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Trasnlation problems in listing page’ is closed to new replies.