Missing language translation
-
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!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Missing language translation’ is closed to new replies.