Text Domain Issues
-
I already fully localized this plugin to zh_TW, and I found two text domain issues.
\tpl\entry.tpl.php Line 48, missing text domain
Correct code should be<a href="https://www.ads-software.com/support/plugin/remoji/reviews/?rate=5#new-post" target="_blank"><?php echo __( 'Rate Us!', 'remoji' ); ?>
.\src\admin.cls.php Line 136, wrong text domain
Correct code should beGUI::succeed( __( 'Options saved successfully!', 'remoji' ), true );
.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Text Domain Issues’ is closed to new replies.