Starting with version 1.7.1. stopped displaying translation via the "Loco Translate" plugin. Does anyone know the solution?
1.7.1
Changes: Translations - Fixed minor issue with text not translatable
Solution:
/themes/buddyboss-theme/inc/theme/functions.php
delete 150 line: (added since 1.7.1.)
$mofile_author = sprintf( '%s.mo', apply_filters( 'buddyboss_theme_author_locale', get_locale() ) );
change: 167 line:
if ( load_textdomain( 'buddyboss-theme', $location . $mofile_custom ) || load_textdomain( 'buddyboss-theme', $location . $mofile_author ) ) {
to:
if ( load_textdomain( 'buddyboss-theme', $location . $mofile_custom ) ) {