grunt-wp-i18n icon indicating copy to clipboard operation
grunt-wp-i18n copied to clipboard

User Feedback

Open GaryJones opened this issue 10 years ago • 1 comments

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).

GaryJones avatar Aug 01 '14 07:08 GaryJones

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.

bradyvercher avatar Aug 01 '14 14:08 bradyvercher