• Resolved edgarlin

    (@edgarlin)


    I just tested with Word Press 2.01 with Tranditional Chinese Language, after posting some article, I found near the end of page, it shows up mix code “Project-Id-Version: WordPress 1.5 Report-Msgid-Bugs-To: POT-Creation-Date: 2005-11-20 03:26+0800 PO-Revision-Date: 2004-05-28 01:19+0800 Last-Translator: Hung-Te Lin Language-Team: Mike Lu MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Project-Id-Version: WordPress 1.5 Report-Msgid-Bugs-To: POT-Creation-Date: 2005-11-20 03:26+0800 PO-Revision-Date: 2004-05-28 01:19+0800 Last-Translator: Hung-Te Lin Language-Team: Mike Lu MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit”. After checking, it looks like it is inside zh_TW.po, however, I do not know how to modify it. Is there any way to check with language difference than English?

Viewing 5 replies - 1 through 5 (of 5 total)
  • I don’t think the problem is related to the language file but to the theme that you are using.

    Just try switching to another theme, the problem will probably disappear.

    I also found a number of other websites that have the same problem and what they seem to share is that they are based on the Almost Spring 1.3 theme from beccary.com.

    However, I’ve just made rather extensive modifications to this theme so I would prefer to try and solve this problem. I’ve tried emailing Becca Wei, but this far no response.

    Does anybody else have any ideas on where to look / how to solve?

    For your info, this is the error message
    Project-Id-Version: WordPress 2.0 Report-Msgid-Bugs-To: POT-Creation-Date: 2005-02-15 10:33-0600 PO-Revision-Date: 2006-06-02 21:40+0100 Last-Translator: Michel Klijmij Language-Team: Dutch MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit

    Solution found, although it’s a little dirty.
    In index.php of the Almost Spring 1.3 Theme, just replace this code:

    <?php posts_nav_link('', __(''), __('&laquo; Vorige berichten')); ?>
    <?php posts_nav_link(' · ', __(''), __('')); ?>
    <?php posts_nav_link('', __('Volgende berichten &raquo;'), __('')); ?>

    with this code:

    <span class="next"><?php previous_posts_link('&laquo; Vorige berichten') ?></span>
    <span class="previous"><?php next_posts_link('Volgende berichten &raquo;') ?></span>

    magogae

    (@magogae)

    I have the same problem at the bottom of the main page of my blog, but I guess for me solution is different….can you help me? ??

    my blog: https://www.magogae.net

    Are there any updates on this topic? I’ve tried different localizations and the problem remains even with the latest version of the theme (1.4)

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Found problem code showup of Word Press 2.01’ is closed to new replies.