L10N Issues
-
Hi,
I found some L10N issues like the following.
1. Only Development Readme (trunk) project was created for this plugin, please complete UI project like Development (trunk) or Stable (latest release) project if possible.
2. Wrong Text Domain, class-dgb-list-table.php line 155 and 156.
Text domain disable-google-fonts is wrong, it should be disable-gutenberg-blocks.3. Two strings should be localized but they currently are not in admin.js.
if( isDisabledBlock ) {
html += ‘<span class=”enable”>Enable</span>’;
} else {
html += ‘<span class=”disable”>Disable</span>’;
}
The string ‘Enable’ and ‘Disable’ should be localized.Regards,
Alex Lion
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘L10N Issues’ is closed to new replies.