Class to audit gettext strings
Example usage: const auditor = new StringAuditor('plugin'); auditor.auditStrings(translationBlocks);
The results of the audit process
Get the results of the audit process
An array of messages
Class to audit gettext strings
Example usage: const auditor = new StringAuditor('plugin'); auditor.auditStrings(translationBlocks);