There are two I18N issues in 1.0.9.
\src\BML_common.php Line 38 should be the following modification
$columns['bk_file_size'] = __('File Size', 'bubuku-media-library');
Another I18N issue is that all UI strings in the JS file cannot be displayed correctly.
]]>Tenemos una página con librería de medios ya definida, 130.000 imagenes más o menos…
?Teneis como feature un bulk calculate o similar?! ??
Buen trabajo!
]]>Hi,
I found several I18N issues, I listed the reason and the modified code as the following.
Reason:
This plugin’s slug is bubuku-media-library
, but the current Text Domain is bbkmedialibrary
. Change the current Text Domain so it is equal to this plugin’s slug and modify the text domain in all your source files. This change is **needed**, please refer to this article.
Modified Code:
bubuku-media-library.php, Line 10
Corrected: * Text Domain: bubuku-media-library
src\BML_view.php, Line 64, 66, 72, 96
src\BML_restapi.php, Line 52
src\BML_filter.php, Line 43, 47, 51, 70, 74, 78, 82
src\BML_common.php, Line 50
Change text domain from bbkmedialibrary
to bubuku-media-library
.
src\BML_common.php, Line 34
Corrected: $columns['bk_file_size'] = __( 'File Size', 'bubuku-media-library' );