• Resolved Alex Lion (阿力獅)

    (@alexclassroom)


    Do not split one sentence to separate parts, so the new notification message strings should be the following.

    inc/settings.php

    <?php printf(esc_html__('Save 20%% on any of our %1$sPro WordPress plugins%2$s.', 'disable-media-sizes'),'<a target="_blank" rel="noopener noreferrer" ); ?>
    <?php printf(esc_html__('Apply code %1$sPLANET2023%2$s at checkout. Sale ends 9/9/23.', 'disable-media-sizes'),'<code style="line-height:1;font-size:12px;">','</code>'); ?> 

    Also apply these changes to the plugins which use the same message, and change the text domain.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Jeff Starr

    (@specialk)

    Sure thing, will implement for next update.

    Feel free to post again with any further infos, etc.

    Thread Starter Alex Lion (阿力獅)

    (@alexclassroom)

    Thanks for your quick reply.

    I found two new II18N issues (section name), and list them as the following.

    /inc/settings.php

    add_settings_section('settings_1', __('Media Sizes', 'disable-media-sizes'), 'disable_media_sizes_settings_section_1', 'disable_media_sizes_options');
    add_settings_section('settings_2', __('Other Sizes', 'disable-media-sizes'), 'disable_media_sizes_settings_section_2', 'disable_media_sizes_options');

    Sorry for late reporting.

    Plugin Author Jeff Starr

    (@specialk)

    I will add them to the list. I appreciate your help.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Improve I18N Issues (Based on 1.8)’ is closed to new replies.