You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add breaking changes for duplicateContent rule. This rule must now be configured per locale. Please see README for more. (idea by @matthiashamacher)
Added
Add new MJML scanner that allows to scan MJML files for translations. (idea by @wannevancamp)
Add new validate:structure command to only validate against the structure.
Add new rule emptyContent that allows you to provide a list of keys that can stay empty, either in all or specific languages. (idea by @wannevancamp)
Changed
The duplicateContent rule does now ignore empty values. Empty values are not considered anymore.
Fixed
Fixed problem with relative locale filenames in combination with the basePath attribute in the <locales> node. This led to wrong absolute filenames and therefore invalid filenames when loading.