What does this rule do?
Checks for identical patterns in different languages. A message with identical wording in multiple languages can indicate that the translations are redundant or can be combined into a single message to reduce translation effort.
Manual setup
Besides installing the lint rule through manage.inlang.com
you could also configure it manually.
Settings
Type:
Example in the project.inlang/settings.json
:
The default level is warning
Ignore patterns
DEPRECATED: Ignore message values by adding them to the ignore
option.
This rule will report $schema
as an identical pattern. In order to avoid
linting errors or warnings, add the URL to the ignore
option.