-
Notifications
You must be signed in to change notification settings - Fork 58
Closed
Labels
Description
Previously: #33.
The WordPress Coding Standards project has a few sniffs that we could borrow from to improve the warnings created by the make-pot command.
These sniffs currently do:
- Check for the presence of a translators comment if one of the text strings contains a placeholder.
- Check for inconsistencies between single and plural arguments.
- Check for multiple unordered placeholders.
- Check that the translatable string itself is not empty
Let's determine whether it makes sense to port some of these over to WP-CLI.