Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Contributor jonryan

    (@jonryan)

    Hi @onix777, are these fields specific to your theme? You can edit your PO files if the translations are there, otherwise you can contribute to the translation project here: https://translate.wordpress.org/projects/wp-plugins/wp-job-manager

    Thread Starter OniX777

    (@onix777)

    For a job and a resume there is such a field “candidate_location” and “job_location”.

    If this field is filled, then there are additional fields in the record: geolocation_city, geolocation_country_long and so on. The values of which are displayed in English, but I need a Russian. I understand that these fields are filled in automatically.

    When the WP Job Manager-Predefined Regions plugin is activated, geolocation values for vacancies are replaced by regions (filled in Russian)
    https://faceoren.ru/jobs/

    But the summary is English and there is no replacement for regions in resumes.
    https://faceoren.ru/resumes/

    If at least translate the geo fields into Russian, it would be displayed for a resume in Russian without reference to regions. Why there is no replacement for regions for a resume is already a question for the developers of that plug-in.

    Thread Starter OniX777

    (@onix777)

    function change_geocode_lang( $endpoint ) {
        return add_query_arg( 'language', 'ru', $endpoint );
    }
    add_filter( 'job_manager_geolocation_endpoint', 'change_geocode_lang' );

    This code do not help me( Why?

    Thread Starter OniX777

    (@onix777)

    The code worked for jobs, but for resume does not work (

    Thread Starter OniX777

    (@onix777)

    Nobody will tell?

    Plugin Contributor jonryan

    (@jonryan)

    @onix777 sorry you didn’t get an answer here. If you have an active Resume license it’s best to contact us through wpjobmanager.com/support

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Translate geolocation to RU’ is closed to new replies.