• Hello,
    I saw that there is already a .po file for the italian translation, but I haven’t understood how to ‘compile’ it to a .mo file. Any volounteer wants to explain or point me to somewhere? (Or put the .mo file somewhere? 🙂
    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • It is rather easy.
    msgfmt it_IT.po -o msgfmt it_IT.mo
    Then move the resulting .mo to wp-include/languages.
    Finally edit your wp-config.php file to include
    define ('WPLANG', 'it_IT');

    Thread Starter Anonymous

    It really sounds easy, but I lack msgfmt 🙂 where do I get it from?
    Thanks

    It is part of the gettext suite of programs. If you use windows, an easier alternative would be to load the it_IT.po file with poedit (another free software) and save it. Saving it will generate a .mo-file.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Italian translation’ is closed to new replies.