summaryrefslogtreecommitdiff
path: root/dictionaries
diff options
context:
space:
mode:
authorAron Fischer <gerrit@aron.guru>2022-09-23 10:52:57 +0200
committerGerrit Code Review <gerrit@gerrit.libreoffice.org>2022-09-23 10:52:57 +0200
commit52e683677a83de117e080247a0f872fd5dbc7ccd (patch)
treeb33cf32f4f42193462e092f527c2879b1f6bb566 /dictionaries
parent49f1bf56ebfa3c96aa90835c1121eb827d713b9d (diff)
Update git submodules
* Update dictionaries from branch 'master' to 9e27d044d98e65f89af8c86df722a77be827bdc8 - Recognise umlauts typed as -e on non DE keyboard This change helps the spellchecker to find correct words if the misspelling consists of replacement of Umlauts with their vowel+e variants. The file already contains entries such as "REP ae ä" on line 519 or "REP ss ß" on line 507. This tells the checker to try first replacing ae as ä and see if that works or to try replacing ss with ß and see if that works. This will only succeed if there is a single instance in the word that needs to be replaced. The word "greetings" typed as "Gruesse" was causing me trouble as it contains both ue and ss next to each other and the REP commands do not catch this. The MAP command seems to play a somewhat similar role as REP but whereas REP deals typically with "one character mistakes", MAP just defines character sequences that are related in a language specific setting and works with multiple replacements within a single word. See here for details: https://www.systutorials.com/docs/linux/man/4-hunspell/ In any event, I doubt it can cause harm because the character sequences that I am relating in the MAP commands are actually related in the German language, and furthermore I am not changing any spelling rules, I am just aiding in the search for correct spelling suggestions. Change-Id: I4683db860467ff6a68e96301c0ed187df1089b3c Reviewed-on: https://gerrit.libreoffice.org/c/dictionaries/+/136067 Reviewed-by: Michael Weghorn <m.weghorn@posteo.de> Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de> Tested-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
Diffstat (limited to 'dictionaries')
m---------dictionaries0
1 files changed, 0 insertions, 0 deletions
diff --git a/dictionaries b/dictionaries
-Subproject ac6502c9f80eb897384e0bfb8f0879b668b6cf8
+Subproject 9e27d044d98e65f89af8c86df722a77be827bdc