How to translate a WP theme?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • donnie
    Confirmed User
    • Jan 2003
    • 1630

    #1

    How to translate a WP theme?

    I have a nice theme that I want to use for my blog and the theme comes with the .MO files in those languages I need. But how do I exactly use these files? Where do I put them so that theme understands it should use one of these files?

    I have already translated entire WP to my language and I have a .MO file in the wp-content/languages folder. This file translates all the WP backend and some of the theme I am using. But how can I use .MO file that comes with the theme so I have a full translation?
  • fatfoo
    ICQ:649699063
    • Mar 2003
    • 27763

    #2
    I can't answer detailed technical questions regarding WP themes.

    Bump for answers.
    Send me an email: [email protected]

    Comment

    • CaptainWolfy
      Playa
      • Dec 2005
      • 8439

      #3
      i installed regional wordpress, and just enabled the theme in wp, i needed to change some graphics that's all.. here if this can help:
      http://codex.wordpress.org/WordPress_in_Your_Language

      Comment

      • harvey
        Confirmed User
        • Jul 2001
        • 9266

        #4
        Originally posted by donnie
        I have a nice theme that I want to use for my blog and the theme comes with the .MO files in those languages I need. But how do I exactly use these files? Where do I put them so that theme understands it should use one of these files?

        I have already translated entire WP to my language and I have a .MO file in the wp-content/languages folder. This file translates all the WP backend and some of the theme I am using. But how can I use .MO file that comes with the theme so I have a full translation?
        WP has some nice, clear and exact answer to that. And faster than GFY, go figure.

        anyway, you need to edit your wp-config file and look for define ('WPLANG', ''); and replace with define ('WPLANG', 'es_ES'); (or whatever language you want. If you want just the regular US English default, simply look for that line, which will have a language definition, and replace with define ('WPLANG', '');

        Once you do that, create a language folder under wp-include folder and upload it. The WP help says you can create it under wp-include OR wp-content, but personally never have any luck creating it under wp-content. Maybe on other servers it may work, who knows
        This post is endorsed by CIA, KGB, MI6, the Mafia, Illuminati, Kim Jong Il, Worldwide Ninjas Association, Klingon Empire and lolcats. Don't mess around with it, just accept it and embrace the truth

        Comment

        • Agent 488
          Registered User
          • Feb 2006
          • 22511

          #5
          babelfish.

          Comment

          Working...