mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-21 18:52:36 +01:00
Merge pull request #937 from xylographe/xdict
Updated Dutch OCRFixReplaceList
This commit is contained in:
commit
d284c6617c
@ -3,14 +3,10 @@
|
||||
<Word from="ls" to="Is" />
|
||||
<Word from="ln" to="In" />
|
||||
<Word from="lk" to="Ik" />
|
||||
<Word from="lndien" to="Indien" />
|
||||
<Word from="ledereen" to="Iedereen" />
|
||||
<Word from="ledere" to="Iedere" />
|
||||
<Word from="lemand" to="Iemand" />
|
||||
<Word from="lnderdaad" to="Inderdaad" />
|
||||
<Word from="lnformatie" to="Informatie" />
|
||||
<Word from="lsolement" to="Isolement" />
|
||||
<Word from="lnstructie" to="Instructie" />
|
||||
<Word from="ler" to="Ier" />
|
||||
<Word from="lerland" to="Ierland" />
|
||||
<Word from="lers" to="Iers" />
|
||||
@ -26,5 +22,7 @@
|
||||
<BeginLines />
|
||||
<EndLines />
|
||||
<WholeLines />
|
||||
<RegularExpressions />
|
||||
<RegularExpressions>
|
||||
<RegEx find="\bln(?=\p{Ll}{2})" replaceWith="In" />
|
||||
</RegularExpressions>
|
||||
</OCRFixReplaceList>
|
Loading…
Reference in New Issue
Block a user