mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 11:12:36 +01:00
Merge pull request #1116 from Betsy25/My-Fixes1
Small additions to Dutch OCRFixReplaceList.xml
This commit is contained in:
commit
5669099288
@ -6,14 +6,6 @@
|
||||
<Word from="ledereen" to="Iedereen" />
|
||||
<Word from="ledere" to="Iedere" />
|
||||
<Word from="lemand" to="Iemand" />
|
||||
<Word from="lsolement" to="Isolement" />
|
||||
<Word from="ler" to="Ier" />
|
||||
<Word from="lerland" to="Ierland" />
|
||||
<Word from="lers" to="Iers" />
|
||||
<Word from="lerse" to="Ierse" />
|
||||
<Word from="eIk" to="elk" />
|
||||
<Word from="eIkaar" to="elkaar" />
|
||||
<Word from="eIke" to="elke" />
|
||||
</WholeWords>
|
||||
<PartialWordsAlways />
|
||||
<PartialWords />
|
||||
@ -23,6 +15,12 @@
|
||||
<EndLines />
|
||||
<WholeLines />
|
||||
<RegularExpressions>
|
||||
<RegEx find="\blk(?=\p{Ll}{2})" replaceWith="Ik" />
|
||||
<RegEx find="\bln(?=\p{Ll}{2})" replaceWith="In" />
|
||||
<RegEx find="\bls(?=\p{Ll}{2})" replaceWith="Is" />
|
||||
<RegEx find="\beIk" replaceWith="elk" />
|
||||
<RegEx find="\blsol" replaceWith="Isol" />
|
||||
<RegEx find="\bler\b" replaceWith="Ier" />
|
||||
<RegEx find="\bler(land|se|s)\b" replaceWith="Ier$1" />
|
||||
</RegularExpressions>
|
||||
</OCRFixReplaceList>
|
Loading…
Reference in New Issue
Block a user