• Resolved ermirp

    (@ermirp)


    Hi,

    i want to translate this string with WPML: Posted %s ago. I do translate all the words in english but the %s i cant translate. Any help here what i need to do, or where do i need to go to translate all the Days, Hours, Months etc.

    Regards.

    https://wordpress.org/plugins/wp-job-manager/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Evert

    (@fourleafed)

    If I am correct you can change the %s values by defining the language of your WordPress installation. You can do so in your wp-config.php.

    For example
    define( 'WPLANG', 'de_DE' );

    See http://codex.wordpress.org/Installing_WordPress_in_Your_Language for the instructions. Note that you will have to use the appropriate country_languages codes. There are two links on the above page that can help you find the right combination.

    Thread Starter ermirp

    (@ermirp)

    Thnx for the answer FourLeafed, i solved my issue 🙂

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘String translation with WPML’ is closed to new replies.