• Resolved airdrawndagger

    (@airdrawndagger)


    Seems my mo-file isn’t behaving the way it should. I have some things on my site, the (more…)-tag for example, that should be translated to swedish and it was when I checked to edit the po-file. Can I perhaps change the more…-tag somewhere else?

Viewing 2 replies - 1 through 2 (of 2 total)
  • It may be it is coming from your theme files (many themes have it coded in the index file) and if the theme doesn’t have its own .mo file – no translation is happening.

    For example, this code from deafult index.php:
    <?php the_content('Read the rest of this entry &raquo;'); ?> will NOT be translated by the general .mo file.

    This one from the Classic:
    <?php the_content(__('(more...)')); ?>
    should be translated – it is marked for localization!

    Thread Starter airdrawndagger

    (@airdrawndagger)

    Thank you so much, you were absolutely right!

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

The topic ‘Language does not display correctly’ is closed to new replies.