@inlang/message-lint-rule-missing-translation

1.4.8 • Public • Published

What does this rule do?

Checks for missing variants for a specific languageTag. If a variant exists for the sourceLanguageTag but is missing for a listed languageTag, it is likely that the message has not been translated for this languageTag yet.

Manual setup

Besides installing the lint rule through manage.inlang.com you could also configure it manually.

Settings

Type:

type MessageLintRuleLevel = "error" | "warning"

Example in the project.inlang/settings.json:

{
    // other configuration
    "messageLintRuleLevels": {
		"messageLintRule.inlang.missingTranslation": "error",
	}
}

The default level is warning

Readme

Keywords

none

Package Sidebar

Install

npm i @inlang/message-lint-rule-missing-translation

Weekly Downloads

340

Version

1.4.8

License

none

Unpacked Size

3.34 kB

Total Files

4

Last publish

Collaborators

  • inlangbot
  • samuelstroschein