i18n-command icon indicating copy to clipboard operation
i18n-command copied to clipboard

Dedicated i18n audit command

Open swissspidy opened this issue 6 years ago • 1 comments

Looking at #39 again, I feel like it might be easier to have a dedicated command for the audit part, e.g. wp i18n audit.

Then make-pot doesn't have to deal with this, and we can have all the different output formats that we need. Also, it makes it easier to add further audits.

For example, one audit that I could think of is string similarity. If there are two strings which are quite similar, but only different in casing or punctuation, it could suggest merging the strings. Levenshtein distance alone might work for that.

swissspidy avatar Jun 27 '19 12:06 swissspidy

Such a command could also include the checks from https://github.com/ePascalC/CheckPluginForTranslation

swissspidy avatar Oct 14 '21 12:10 swissspidy