Skip to content

Commit

Permalink
Merge pull request #9913 from Luisa-LT/F_ANSTATT_PH_2
Browse files Browse the repository at this point in the history
[de] changed prio + set default temp_off
  • Loading branch information
Luisa-LT authored Dec 14, 2023
2 parents 3f3c71a + 396927d commit 5e1148b
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 5e1148b

Please sign in to comment.