grunt-wp-i18n
grunt-wp-i18n copied to clipboard
User Feedback
When doing makepot
and addtextdomain
tasks, I'd like to see a little bit more feedback about what happened. At the moment, the only thing given is where the POT file is saved (and that's a good thing). Some suggestions below; I've indicated where I think some should only show up with the --verbose
flag:
makepot
- Number of files scanned.
- A list of scanned files (verbose).
- Number of strings found.
addtextdomain
- Number of files scanned.
- A list of scanned files (verbose).
- Number of text domains added.
- A list of the files and line numbers where they were added (verbose).
- Number of text domains updated.
- A list of the files and line numbers where they were updated (verbose).
Verbose feedback has definitely been on the list of things I've wanted to get around to but haven't had time for. I like these suggestions. Let's shoot for getting them in for 0.5.0
.