Skip to content

Commit 07fd347

Browse files
committed
spanish: Handle -acion like -ación
It's apparently common to miss off accents in Spanish, and there are examples in our test vocabulary that this change helps. Proposed by Damian Janowski.
1 parent f364ae5 commit 07fd347

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

algorithms/spanish.sbl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ backwardmode (
101101
'adora' 'ador' 'aci{o'}n'
102102
'adoras' 'adores' 'aciones'
103103
'ante' 'antes' 'ancia' 'ancias'
104+
'acion' // Misspelling of '-ación'.
104105
(
105106
R2 delete
106107
try ( ['ic'] R2 delete )

0 commit comments

Comments
 (0)