1.4.8 • Published 16 days ago

@inlang/message-lint-rule-missing-translation v1.4.8

Weekly downloads
-
License
-
Repository
-
Last release
16 days ago

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

1.4.8

16 days ago

1.4.7

17 days ago

1.4.6

25 days ago

1.4.5

2 months ago

1.4.4

3 months ago

1.4.3

3 months ago

1.4.2

3 months ago

1.4.1

4 months ago

1.4.0

7 months ago

1.3.0

8 months ago

1.2.0

8 months ago

1.1.0

8 months ago

1.0.0

8 months ago