Forums

Use default translations for Garland-Revisited theme (2 posts)

  1. niska
    Member
    Posted 1 month ago #

    Since the author of this theme seems to have limited time. Could somone please change this theme so that it uses default (included in Wordpress) translations.

    Example:

    Change the following in comments.php:

    <?php comments_number('No Responses', 'One Response', '% Responses' );?>

    to

    <?php comments_number(__('No Comments'), __('1 Comment'), __('% Comments')); ?>

    Change the following in sidebar.php:

    __('Categories', 'garland')

    to

    __('Categories:')

    etc.

    There should not be a need to retranslate this theme in every language - the texts are already included in Wordpress...

  2. pross
    Member
    Posted 3 weeks ago #

    All fixed in 1.72, which ive just uploaded!

    All the strings are now default so they all get translated by wordpress.

Reply

You must log in to post.

About this Topic