Results 1 to 3 of 3

Thread: theme-widgets.php "translation bug"

  1. #1
    Thread Starter
    Junior Member
    Not a Verified Customer
    Miguel's Avatar
    Join Date
    Mar 2009
    Location
    Hermosillo
    Posts
    30
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Talking theme-widgets.php "translation bug"

    Hello,

    I just found a small "bug" in the theme-widgets.php file.

    In line 55:

    Code:
    <input type="submit" class="btn_orange" value="Search" title="Search" id="go" name="sa" />
    Change it to:

    Code:
    <input type="submit" class="btn_orange" value="<?php _e('Search?','cp'); ?>" title="<?php _e('Search?','cp'); ?>" id="go" name="sa" />
    This is the text inside the search form button, I wasn't able to translate it from "Search" to "Buscar" using the .pot file because it wasn't declare to be translated.

    This message is for dcowgill

  2. #2
    Founder dcowgill's Avatar
    Join Date
    Mar 2009
    Location
    San Francisco, CA
    Posts
    1,939
    Thanks
    66
    Thanked 135 Times in 99 Posts

    Re: theme-widgets.php "translation bug"

    You must be an AppThemes customer and logged in to view this response. Join today!

  3. #3
    pepsi's Avatar
    Join Date
    Mar 2009
    Location
    New Zealand
    Posts
    14,883
    Thanks
    91
    Thanked 804 Times in 718 Posts

    Re: theme-widgets.php "translation bug"

    You must be an AppThemes customer and logged in to view this response. Join today!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)