• Resolved kimdt27

    (@kimdt27)


    Hi all

    I am currently setting up a site, and i am using the arras theme.
    I want to translate the theme into Danish, but how do i accomplish that.

    Do i just edit the en_EN.po file in the language folder like this:
    #: ../404.php:7
    msgid “Error 404 – Not Found”
    msgstr “404 ikke fundet”

    Regards Kim

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi Kim.

    To accomplish this you must download the Danish language file pack here.

    Then copy the 2 languge files (*.mo and *.po files) to your wp-content/languages (create it if the directory doesn’t exist).

    Finally edit your wp-config.php and add this

    define('WPLANG', 'da_DK');

    If you need further help just read more about this here

    Good luck!

    Thread Starter kimdt27

    (@kimdt27)

    Hi Adrian

    Thanks for the speedy reply…

    My wordpress is already displaying danish language.
    But the theme i downloaded has it’s own front end language (english), which i would like to translate.

    Can i some how do this with the en_EN files??

    Here is the solution for this. Also I recommend to use Poedit to edit your language file(s).
    On the other hand you`ll find an answer there to you error messages too.

    Basically you just have to translate what it’s missing, using an editor like Poedit save/generate the files and to upload them.

    Thread Starter kimdt27

    (@kimdt27)

    Awsome!!
    Thanks a lot!

    Hi Kim

    I cannot register and download your translation in the Arras forums. Do you have an alternative download link?

    Best regards

    resolved

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Arras theme translation’ is closed to new replies.