Improve I18N Issues (Based on 4.1.0)
-
For getting better I18N, I modified some codes as the following.
hide-admin-bar-based-on-user-roles.php, Line 104
echo '<p><strong>' . __( 'Replace 25+ Plugins with Just One! ', 'hide-admin-bar-based-on-user-roles') . '</strong>' . __('Try UltimaKit for WP – the all-in-one WordPress toolkit for performance, security, and customization. ', 'hide-admin-bar-based-on-user-roles') . '<a href="https://wpultimakit.com/features/" target="_blank">' . __( 'Learn more', 'hide-admin-bar-based-on-user-roles') . '</a><strong></strong></p>';
admin\class-hide-admin-bar-based-on-user-roles-admin.php, Line 263
'defaultText': '<?php _e('Add More', 'hide-admin-bar-based-on-user-roles'); ?>',
Then the above strings can be localized.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.