Hello,
Since this plugin allows you to allocate a user with multiple roles, can this plugin edit the priority of a role if someone has more than one role and I don’t want conflicts with their privileges?
]]>This plugin’s slug is?td-multiple-roles
, but the current Text Domain is?tdmr-multiple-roles
. Change the current Text Domain so it is equal to this plugin’s slug, and modify the text domain in all your source files. This change is?needed. Please refer to this?official article.
There are two place must be modified, please refer to the following.
td-multiple-roles.php
Line 22
define('TDMR_TXT_DOMAIN', 'td-multiple-roles');
Line 81
<?php esc_html_e( 'Help us to keep this plugin alive. Buy us a coffee!', TDMR_TXT_DOMAIN ) ?>
I already fully localized this plugin to zh_TW. Please accept these two changes so that the translated UI strings can be displayed correctly.
]]>