Skip to content

ParaglideJS: "Identical content found in language" for homographs #2111

Discussion options

You must be logged in to vote

This is something we are working on, the lint rule is a bit too agressive. There currently is no way to disable it per-line, but you can disable it outright by removing it from project.inlang/settings.json:

{
	"$schema": "https://inlang.com/schema/project-settings",
	"sourceLanguageTag": "en",
	"languageTags": [...],
	"modules": [
		"https://cdn.jsdelivr.net/npm/@inlang/message-lint-rule-empty-pattern@latest/dist/index.js",
-		"https://cdn.jsdelivr.net/npm/@inlang/message-lint-rule-identical-pattern@latest/dist/index.js",
		"https://cdn.jsdelivr.net/npm/@inlang/message-lint-rule-missing-translation@latest/dist/index.js",
		"https://cdn.jsdelivr.net/npm/@inlang/message-lint-rule-without-so…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ThomasPais
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants