Category list on sidebar

Tagged: 

This topic contains 0 replies, has 2 voices, and was last updated by  xiligroup dev 13 years, 10 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #2896

    xiligroup dev
    Keymaster

    It will be difficult to make a diagnosis without remote access… just very in the .po, the root (msgid) is exactly the term name of category title. Verify also when a post set as spanish is displayed… the categories changes as here… http://multilingual.wpmu.xilione.com/?lang=fr_fr where french list of categories is displayed…

    Good search…

    #2897

    Anonymous

    Honestly, I’ve given up with this. I got this in my function page:

    function init_language(){

    if (class_exists(‘xili_language’)) {

    define(‘THEME_TEXTDOMAIN’,’StylishLight’);

    } else {

    load_theme_textdomain(‘StylishLight’, get_template_directory() . ‘/lang’);

    }

    }

    And when I export the .mo and .po is sending me to my main theme folder and not Lang. Also, I’ve followed all on that page you told me and translation doesn’t show… Strange, because my post are showed in the correct language.

    #2898

    xiligroup dev
    Keymaster

    Please read carefully the doc… this showed method by you was for older WP version… If you use WP3.x… just leave the load_theme_text… line…

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.