translation can not works

HomeSupportPopular Widgettranslation can not works

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #47373
    mikeSo
    Participant

    hi,

    this a very good plugin!

    but I’ve found a little bug in the “popular-widget.php”.

    the transaltions in the frontend, can not work.

    I will try to explain:
    ###############################

    in the “popular-widget.php” – line 60 – begins this array:
    ——————————————————————–
    $this->tabs = apply_filters( ‘pop_defaults_tabs’, array(
    ‘recent’ => __( ‘Recent Posts’, $this->domain ) ,
    ‘comments’ => __( ‘Recent Comments’, $this->domain ) ,
    ‘commented’ => __( ‘Most Commented’, $this->domain ),
    ‘viewed’ => __( ‘Most Viewed’, $this->domain ),
    ‘tags’ => __( ‘Tags’, $this->domain )
    ) );
    ——————————————————————–

    In this example e.g.:

    this strings can not tranlate, because this stringCombination

    … Recent Comments’, …

    is not in the “pop-wid-de_DE.po”

    ######################################
    well – in last version

    … Recent Comments’, …

    ######################################

    The space between the words are important!

    I hope – you know what i mean – thanks

    mike

    #47506
    Xpark Media
    Keymaster

    mikeSo,

    you are current some of the translation files need to be updated to work with the new version there were a lot changes, I am updating a few files but I don’t have all the updates for all the languages

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.