• Resolved kenmoo

    (@kenmoo)


    So. I was just trying to edit the default.po file in the languages directory to change the words i wanted to change. but this is not reflecting on my website.

    Is there some cache or did i make the edits int he wrong place? I changed a few things like for example the scores “abysmal, good, ok,… ”

Viewing 1 replies (of 1 total)
  • Theme Author alex27

    (@alex27)

    GamePress is translation ready theme. To translate open default.po (located in languages folder) with Poedit. Translate the file and save in languages folder under name appropriate to your language (i.e. pl_PL for Polish).

    Next, if you haven’t done so already, you’ll need to edit your wp-config.php file to set default language for your website. For example, to use polish translation, you’ll need to set your language in wp-config.php, like this:

    define ('WPLANG', 'pl_PL');

    Wp-config.php file is located in the root directory of your WordPress installation. More detailed instructions on theme translating can be found in this article.

Viewing 1 replies (of 1 total)

The topic ‘change localisation’ is closed to new replies.