Text-Domain Issue
-
Hi Developers,
I localized this plugin to zh_TW, and I found several text-domain issues. I list them as the following.
views\popup.php, line 72, Wrong Text-Domain
Correction: <div class=’section-header’> <?php _e(‘Choose Replacement Media’, ‘enable-media-replace’); ?></div>views\popup.php, line 121, Wrong Text-Domain
Correction: <div class=’section-header’> <?php _e(‘Replacement Options’, ‘enable-media-replace’); ?></div>views\popup.php, line 193, Missing Text-Domain
Correction: <label><input type=”checkbox” name=”new_location” value=”1″ <?php checked($settings[‘new_location’], 1); ?> /> <?php _e(‘Put new Upload in Updated Folder: ‘, ‘enable-media-replace’); ?></label>views\upload.php, Line 178, Missing Text-Domain
Correction: Notices::addSuccess(__(‘File successfully replaced’,’enable-media-replace’));Hope to see the implemented version soon.
Regards,
Alex Lion
- The topic ‘Text-Domain Issue’ is closed to new replies.