Browse Source

en: fix issue #1069: Ligature ſt is st, not ft

master
Valdis Vitolins 3 years ago
parent
commit
f78bb1bec5
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      dictsource/en_rules
  2. 1
    1
      tests/language-replace.test

+ 1
- 1
dictsource/en_rules View File

@@ -50,7 +50,7 @@
ff ff // ligatures
fi fi
fl fl
ft
st
st st

ά α // some of polytonic greek to plain greek letters (list in el_rules is much longer)

+ 1
- 1
tests/language-replace.test View File

@@ -25,7 +25,7 @@ Translate 'aeon'
Found: 'mediaeval'
Translate 'oeconomy'
Found: 'phoenix'
Translate 'loft'
Found: 'lost'
Translate 'history'
EOF
test_replace en "Æon mediæval. Œconomy phœnix. Loſt history."

Loading…
Cancel
Save