badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Translation issues

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #13323
    roelofvk
    Member

    Not after buying the Attitude Pro theme I discovered that some basic interface components are not being translated into my default WP language (i.e. Dutch). That is a bit disappointing, to say the least, as there are numeroud other themes that do this properly.

    Any post has the ‘By’, ‘Home’ texts and the ‘Read More’ button, but where do I go to translate these into my default language (or I can hardcode Dutch text), but WHERE do I do that ?

    http://www.gwcdeadelaar.nl

    #13352

    Hi roelofvk,

    You need the .po and .mo file and should be placed inside languages folder. We don’t create pot file. We just support the language only.
    There are some pot file inside our attitude free theme. You just download the free attitude theme from

    http://wordpress.org/themes/attitude

    There inside language folder copy the language you want such as nl_NL.mp and nl_NL.po file and paste it in the same language folder of your attitude pro theme.

    At the start of the wordpress inside wp-config.php file the language is default so you remove it with your pot file .
    e.g :-

    define ('WPLANG', 'nl_NL');

    Then your site will be translated into your language.

    1 thing is that each time you update to our theme you need to copy paste this po and mo file inside the language folder.
    That’s all

    Thank you!

    #13372
    Gemeente
    Participant

    I had Attitude (free) installed and installed Attitute Pro afterwards after buying it. Just copied the nl_NL.mo and nl_NL.po files from the Attitude free version to the language folder in the Pro version. Went well and after uploading to the server now all the language dependent words and sentences (e.g Search and Search Results – Zoeken en Zoekresultaten) were in Dutch again. Btw: Thanks and I like the theme!

    #13399

    Hi Gemeente,

    f you want simply in english then leave it blank in wp-config.php file

    define ('WPLANG', '');

    Hope this may help you

    Thank you!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.