Skip to content

Commit

Permalink
[de] changed prio + set default temp_off
Browse files Browse the repository at this point in the history
  • Loading branch information
Luisa-LT committed Dec 14, 2023
1 parent 3f3c71a commit 396927d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

0 comments on commit 396927d

Please sign in to comment.