• Resolved Rene

    (@rene-baan)


    Hello Jacob,

    The text ‘- select an album -‘ in language file ‘wppa’ is also used in the widget “WPPA+ upload” but is not loaded when function is_admin() returns false. Is it possible to move this text to the front-end language file ‘wppa-theme’.

    Secondly widget “Photo of the day” has the possibility to show the owner under the photo. Before the owner the text ‘by: ‘ is placed as a fix text now. Is it possible to add this text also to the front end language file. I modified line 106 of file wppa-potd-widget.php into:
    $widget_content .= "\n".'<div class="wppa-widget-text wppa-potd-text" style="'.$align.'">' . __('By: ', 'wppa_theme') . $owner . '</div>';

    Thanks!

    https://www.ads-software.com/plugins/wp-photo-album-plus/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Jacob N. Breetvelt

    (@opajaap)

    The text ‘- select an album -‘ in language file ‘wppa’ is also used in the widget “WPPA+ upload” but is not loaded when function is_admin() returns false. Is it possible to move this text to the front-end language file ‘wppa-theme’.

    Will be fixed in 5.4.7, available soon. Thanx for the report.

    Secondly widget “Photo of the day” has the possibility to show the owner under the photo. Before the owner the text ‘by: ‘ is placed as a fix text now. Is it possible to add this text also to the front end language file

    Yes. Your fix will not work, to make poedit ‘see’ this text, for frontend, it should read __a('By:').' ' in stead of __('By: ', 'wppa_theme'). This will also be fixed in 5.4.7. Thanx for the report.

    If my guess is right that you are dutch, the translations will also be there in 5.4.7. Or tell me your locale and the translated words.

    Thread Starter Rene

    (@rene-baan)

    Thanks this will be great!

    Your right, I’m Dutch.

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    Fixed 5.4.7

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Missing language translation’ is closed to new replies.