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

Commit

Permalink
fix: update typo dictionaries
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-mba committed Aug 16, 2024
1 parent 2e186b2 commit 40e3511
Show file tree
Hide file tree
Showing 2 changed files with 340 additions and 40 deletions.
8 changes: 5 additions & 3 deletions src/typo/dict/en_US/en_US.aff
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 2024-01-29 (Marco A.G.Pinto)
# - Fix: apostrophe handling, by adding: WORDCHARS 0123456789’ to the .aff.
#

SET UTF-8
TRY esianrtolcdugmphbyfvkwzESIANRTOLCDUGMPHBYFVKWZ'
ICONV 1
Expand All @@ -14,9 +18,7 @@ ONLYINCOMPOUND c
COMPOUNDRULE 2
COMPOUNDRULE n*1t
COMPOUNDRULE n*mp

# Jeroen: removed numbers from WORDCHARS for R
WORDCHARS ’
WORDCHARS 0123456789’

PFX A Y 1
PFX A 0 re .
Expand Down
Loading

0 comments on commit 40e3511

Please sign in to comment.