Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[de] changed prio + set default temp_off #9913

Merged
merged 1 commit into from
Dec 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ protected int getPriorityForId(String id) {
case "DE_PHRASE_REPETITION": return -4; // lower prio than spell checker
case "FRAGEZEICHEN_NACH_DIREKTER_REDE": return -4; // lower prio than spell checker
case "PUNCTUATION_PARAGRAPH_END": return -4; // don't hide spelling mistakes
case "TEST_F_ANSTATT_PH": return -4; // don't hide spelling mistakes
case "F_ANSTATT_PH_2": return -4; // don't hide spelling mistakes
case "DAS_WETTER_IST": return -5; // lower prio than spell checker
case "VEREIZ_VERINF_PKT": return -5; // lower prio than spell checker
case "WER_STARK_SCHWITZ": return -5; // lower prio than spell checker
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6147,7 +6147,7 @@ USA
<example correction="Familienfotografien">Ihr gelangen immer wieder wundervolle <marker>Familienphotographien</marker>.</example>
</rule>
</rulegroup>
<rulegroup id="F_ANSTATT_PH_2" name="Worte mit Ph anstatt F" tone_tags="formal">
<rulegroup id="F_ANSTATT_PH_2" name="Worte mit Ph anstatt F" tone_tags="formal" default="temp_off">
<url>https://languagetool.org/insights/de/beitrag/ph-versus-f/</url>
<rule><!--1-->
<antipattern>
Expand Down