mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 03:02:35 +01:00
Work on dictionaries
This commit is contained in:
parent
1f8504f05c
commit
8d286f6163
@ -2777,6 +2777,21 @@
|
||||
<Word from="whiIe" to="while" />
|
||||
<Word from="aII" to="all" />
|
||||
<Word from="aIl" to="all" />
|
||||
<Word from="Sometimesl" to="Sometimes I" />
|
||||
<Word from="somethingl" to="something I"/>
|
||||
<Word from="sayingl" to="saying I"/>
|
||||
<Word from="wherel" to="where I"/>
|
||||
<Word from="whyl'm" to="why I'm"/>
|
||||
<Word from="isMr" to="is Mr"/>
|
||||
<Word from="beno" to="be no" />
|
||||
<Word from="likel" to="like I"/>
|
||||
<Word from="meif" to="me if" />
|
||||
<Word from="tobe" to="to be" />
|
||||
<Word from="isto" to="is to" />
|
||||
<Word from="itto" to="it to" />
|
||||
<Word from="gota" to="got a" />
|
||||
<Word from="ismy" to="is my" />
|
||||
<Word from="bea" to="be a" />
|
||||
</WholeWords>
|
||||
<PartialWordsAlways>
|
||||
<!-- Will be replaced always -->
|
||||
@ -3357,5 +3372,6 @@
|
||||
<RegEx find="\. lt\b" replaceWith=". It" />
|
||||
<RegEx find="\. lf\b" replaceWith=". If" />
|
||||
<RegEx find="(\p{Ll})('II)([ \r\n])" replaceWith="$1'll$3" />
|
||||
<RegEx find="(\p{Ll}')(\|\|)([ \n\r])" replaceWith="$1ll$3" />
|
||||
</RegularExpressions>
|
||||
</OCRFixReplaceList>
|
File diff suppressed because it is too large
Load Diff
@ -3660,6 +3660,7 @@ This file is case sensitive.
|
||||
<name>McGyver</name>
|
||||
<name>McHenry</name>
|
||||
<name>McIntosh</name>
|
||||
<name>McKane</name>
|
||||
<name>McKay</name>
|
||||
<name>McKeever</name>
|
||||
<name>McKendrick</name>
|
||||
|
Loading…
Reference in New Issue
Block a user