Hi
Same problem:
function-breadcrumb.php
lines from 192 to 203 not translated (Browse, Home,…)
They are not located by Poedit:
‘browse’ => __(‘Browse:’, ‘breadcrumb-trail’),
‘home’ => __(‘Home’, ‘breadcrumb-trail’),
‘error_404’ => __(‘404 Not Found’, ‘breadcrumb-trail’),
‘archives’ => __(‘Archives’, ‘breadcrumb-trail’),
/* Translators: %s is the search query. The HTML entities are opening and closing curly quotes. */
‘search’ => __(‘Search results for “%s”’, ‘breadcrumb-trail’),
/* Translators: %s is the page number. */
‘paged’ => __(‘Page %s’, ‘breadcrumb-trail’),
/* Translators: Minute archive title. %s is the minute time format. */
‘archive_minute’ => __(‘Minute %s’, ‘breadcrumb-trail’),
/* Translators: Weekly archive title. %s is the week date format. */
‘archive_week’ => __(‘Week %s’, ‘breadcrumb-trail’),