• Resolved Alex Lion (阿力獅)

    (@alexclassroom)


    Hi Developer,

    The plugin name and tab name are the same string in the current version, and we don’t translate the plugin name for zh_TW, so I suggest modifying the following code.

    views\settings.php, line 9
    Original:
    <a href="#disableComments" class="disable__comment__nav__link active"><?php _e('Disable Comments', 'disable-comments'); ?></a>

    Suggestion:
    <a href="#disableComments" class="disable__comment__nav__link active"><?php _ex('Disable Comments', 'Tab Name','disable-comments'); ?></a>

    Regards,

    Alex Lion

Viewing 1 replies (of 1 total)
  • Plugin Support Abid Hasan

    (@abidhasan112)

    Hi @alexclassroom ,

    Thanks for pointing this out!
    I already informed our dev team according to this.
    We will localize this Tab Name in the future release.

    Thanks!

Viewing 1 replies (of 1 total)

The topic ‘Tab name can’t be localized’ is closed to new replies.