• Resolved faktanett

    (@faktanett)


    Hi

    I have translated the .pot file in languages to norwegian, and uploaded nb_NO.po and nb_NO.mo to the languages folder, but language on blog does not change.

    WordPress is set to Norwegian.

    Do the files have to be named differently?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter faktanett

    (@faktanett)

    Figured this out. There is an error in the themes functions.php

    Change
    load_theme_textdomain( 'chunk', get_template_directory_uri() . '/languages' );

    to

    load_theme_textdomain( 'chunk', get_template_directory() . '/languages' );

    Hello,

    I’m trying to put chunk in spanish, almost all the interface is translated except “filed under” and “tagged” words.

    Can you tell me where i can find this words in order to translate it?

    Thanks in advance

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Translation of Chunk’ is closed to new replies.