Internationalization Issues
-
Hi,
I found several I18N issues, I listed the reason and the modified code as the following.
Reason:
This plugin’s slug isbubuku-media-library
, but the current Text Domain isbbkmedialibrary
. 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 frombbkmedialibrary
tobubuku-media-library
.src\BML_common.php, Line 34
Corrected:$columns['bk_file_size'] = __( 'File Size', 'bubuku-media-library' );
- The topic ‘Internationalization Issues’ is closed to new replies.