summaryrefslogtreecommitdiffstats
path: root/de
Commit message (Collapse)AuthorAgeFilesLines
* Recognise umlauts typed as -e on non DE keyboardAron Fischer2022-09-233-0/+26
| | | | | | | | | | | | | | | | | | | 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>
* de: Strip trailing spaces from README filesPaul Menzel2017-09-192-2/+2
| | | | | | | Change-Id: Ie07d9c56d0e17612c1b1baaa2c0e29df4c3ad3cb Reviewed-on: https://gerrit.libreoffice.org/42484 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
* de: Use more secure HTTPS URLsPaul Menzel2017-09-193-7/+7
| | | | | | | Change-Id: Iff2c6eddd7a0211b85f884d9e2601529daa3bab2 Reviewed-on: https://gerrit.libreoffice.org/42483 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
* tdf#105396 update German dictionariesAndras Timar2017-01-2215-90882/+360559
| | | | | | | Change-Id: I74d65e945c3ad080d95d77d846e56b4fa493c3aa Reviewed-on: https://gerrit.libreoffice.org/33395 Reviewed-by: Andras Timar <andras.timar@collabora.com> Tested-by: Andras Timar <andras.timar@collabora.com>
* tdf#96782 updated German dictionariesAndras Timar2016-01-0415-150513/+345430
| | | | Change-Id: Ifa7aed93eaa0448ba530cc029ee55480060e1be5
* fdo#56443 .dic and .aff name must be the sameAndras Timar2013-12-094-4/+1436
| | | | Change-Id: I4fc7d51c25ac312995e203dba1a0dc41a39bb45a
* fdo#72498 update German dictionary to 2013.12.06Andras Timar2013-12-0914-82557/+202367
| | | | Change-Id: Ic0df330ee54e51c6fc787c37272cafccdf4abef7
* drop stray delzip filesDavid Tardon2012-10-241-0/+0
| | | | Change-Id: I235d23248469b760da69983575dfcd73431757d4
* gbuild: let ExtensionTarget expect manifest below META-INFMichael Stahl2012-10-231-0/+0
| | | | ... adapt dictionaries to that.
* move dictionaries structure one directory upNorbert Thiebaud2012-10-1620-0/+988833
Change-Id: I70388bf6b95d8692cc6f25fc5a9c7baf3a675710