Not all words are translated

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #15525
    Stefacchio
    Participant

    Hello,
    Why some words are not translated?

    I have it-IT.mo and it_IT.po completely translated in language folder in theme folder.

    See attachment

    Thanks
    Regards

    #15535
    Veena
    Moderator

    It is translatable using poedit. You may need to do an update in POEdit to see all the strings.

    #15536
    Veena
    Moderator

    You can learn from http://www.solostream.com/blog/tutorials/translate-wordpress-theme/ about translating your site into your language. Pls make sure you add the entry for your language into wp-config.php file like this –

    define ('WPLANG', 'fr_FR');
    

    Pls use the pot files in ‘extinct/languages’ folder as a template to create .po files.http://www.poedit.net/ -Poedit is the popular free editor for creating .po and the corresponding binary .mo files.

    #15540
    Stefacchio
    Participant

    I set define (‘WPLANG’, ‘it_IT’).

    I already have translated .po and .mo files but it doesn’t work.

    see attachments.

    thanks

    #15553
    Veena
    Moderator

    Have you updated the po file after making changes?

    #15560
    Stefacchio
    Participant

    what do you mean with “update the po file”? you mean to save it? and recreate .mo file?

    #15568
    Veena
    Moderator

    Pls see the attached screenshot.

    #15588
    Stefacchio
    Participant

    Ok, it works. thanks

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Not all words are translated’ is closed to new replies.