• Resolved Alex Lion (阿力獅)

    (@alexclassroom)


    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)
  • Plugin Author DannyCooper

    (@dannycooper)

    Hi Alex,

    Thanks for raising those issues, I’ve now fixed them and released a new version (1.0.6)

Viewing 1 replies (of 1 total)
  • The topic ‘L10N Issues’ is closed to new replies.