Skip to content
This repository was archived by the owner on Oct 10, 2024. It is now read-only.

Commit 7ab2477

Browse files
authored
fix: update dictionaries for typo (#817)
* fix: update typo dictionaries * docs: document download location for dictionaries
1 parent 2e186b2 commit 7ab2477

File tree

3 files changed

+343
-40
lines changed

3 files changed

+343
-40
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## Hunspell Dictionaries
2+
3+
These dictionaries are downloaded from LibreOffice [repo](https://cgit.freedesktop.org/libreoffice/dictionaries/tree/en)

src/typo/dict/en_US/en_US.aff

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 2024-01-29 (Marco A.G.Pinto)
2+
# - Fix: apostrophe handling, by adding: WORDCHARS 0123456789’ to the .aff.
3+
#
4+
15
SET UTF-8
26
TRY esianrtolcdugmphbyfvkwzESIANRTOLCDUGMPHBYFVKWZ'
37
ICONV 1
@@ -14,9 +18,7 @@ ONLYINCOMPOUND c
1418
COMPOUNDRULE 2
1519
COMPOUNDRULE n*1t
1620
COMPOUNDRULE n*mp
17-
18-
# Jeroen: removed numbers from WORDCHARS for R
19-
WORDCHARS ’
21+
WORDCHARS 0123456789’
2022

2123
PFX A Y 1
2224
PFX A 0 re .

0 commit comments

Comments
 (0)