Conversation
supportThe plugin’s text domain should be the same with its owned slug, but the current text domain is incorrect in the source code. For example, line 125 in wp-memory-usage.php should be the following. <li><strong><?php echo __('Memory limits', 'wp-memory-usage'); ?></strong> : <span> NOT current code like the following. <li><strong><?php echo __('Memory limits', 'wp_memory_usage'); ?></strong> : <span> Fix all wrong text domain then language pack can be displayed correctly (tested). Regards, Alex This topic was modified 4 years ago by Alex Lion (阿力獅) . This topic was modified 4 years ago by Alex Lion (阿力獅) . This topic was modified 4 years ago by Alex Lion (阿力獅) . This topic was modified 4 years ago by Alex Lion (阿力獅) .
Thank you. I’ll check that. Bernhard
Hi Alex, Version 1.2.6 fixed that. Thanks again, Bernhard
Confirm the issue is resolved, now the language files generated by GlotPress can be displayed correctly, thanks. This reply was modified 4 years ago by Alex Lion (阿力獅) .
Thank you. I’ll check that. Bernhard
Hi Alex, Version 1.2.6 fixed that. Thanks again, Bernhard
Confirm the issue is resolved, now the language files generated by GlotPress can be displayed correctly, thanks. This reply was modified 4 years ago by Alex Lion (阿力獅) .