Tab name can’t be localized
-
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)
Viewing 1 replies (of 1 total)
The topic ‘Tab name can’t be localized’ is closed to new replies.