Open DAnn2012 opened 4 months ago
The "meta-boxes.js" file contains some hardcoded strings, such as 'Deleting...', 'Adding...', 'Updating...', 'Saving...' and others.
It would be better if these strings were translatable, so that these corresponding strings found in other files can also be translated:
https://github.com/propertyhive/WP-Property-Hive/blob/master/includes/admin/post-types/meta-boxes/class-ph-meta-box-contact-actions.php#L358
https://github.com/propertyhive/WP-Property-Hive/blob/master/includes/admin/post-types/meta-boxes/class-ph-meta-box-contact-actions.php#L782
https://github.com/propertyhive/WP-Property-Hive/blob/master/includes/admin/post-types/meta-boxes/class-ph-meta-box-property-actions.php#L846
Thanks.
@DAnn2012 Just a quick one to let you know this has been received and it will be reviewed over the coming days and merged accordingly. Really appreciate your input.
The "meta-boxes.js" file contains some hardcoded strings, such as 'Deleting...', 'Adding...', 'Updating...', 'Saving...' and others.
It would be better if these strings were translatable, so that these corresponding strings found in other files can also be translated:
https://github.com/propertyhive/WP-Property-Hive/blob/master/includes/admin/post-types/meta-boxes/class-ph-meta-box-contact-actions.php#L358
https://github.com/propertyhive/WP-Property-Hive/blob/master/includes/admin/post-types/meta-boxes/class-ph-meta-box-contact-actions.php#L782
https://github.com/propertyhive/WP-Property-Hive/blob/master/includes/admin/post-types/meta-boxes/class-ph-meta-box-property-actions.php#L846
Thanks.