Spanish translation

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #9505
    sysguate
    Member

    Hi, I’m trying to set my website to spanish, I’ve already changed de wp_config.php and made sure the es_ES.po and es_ES.mo files are in the languages folder… But is not working, everything is still in english

    #9522
    Veena
    Moderator

    Have you given any spanish transalated word corresponding to the original string(English) in the po file?

    #9528
    sysguate
    Member

    no I dint touch any po file, can you explain me please how do I change the language to spanish

    #9541
    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 ‘austin/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.

    You may need to do an update in POEdit to see all the strings.

    https://www.youtube.com/watch?v=1xqcxncNmT0

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘Austin Theme Support’ is closed to new topics and replies.