mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 03:02:35 +01:00
dictionaries: Fix pol_OCRFixReplaceList.xml syntax
This commit is contained in:
parent
80a788a041
commit
80fce956b9
@ -1,14 +1,20 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<OCRFixReplaceList>
|
||||
<WholeWords>
|
||||
</WholeWords>
|
||||
<WholeWords />
|
||||
<PartialWordsAlways />
|
||||
<PartialWords>
|
||||
<!-- Will be used to check words not in dictionary.
|
||||
If new word(s) and longer than 5 chars and exists
|
||||
in spelling dictionary, it is (or they are) accepted -->
|
||||
<WordPart from = "f" to = "f " /> <!-- "f " will be two words -->
|
||||
<WordPart from = "ą" to = "ą " />
|
||||
<WordPart from = "j" to = " j" />
|
||||
<!-- "f " will be two words -->
|
||||
<WordPart from="f" to="f " />
|
||||
<WordPart from="ą" to="ą " />
|
||||
<WordPart from="j" to=" j" />
|
||||
</PartialWords>
|
||||
<WholeLines />
|
||||
<PartialLinesAlways />
|
||||
<PartialLines />
|
||||
<BeginLines />
|
||||
<EndLines />
|
||||
<RegularExpressions />
|
||||
<RemovedWholeWords />
|
||||
</OCRFixReplaceList>
|
Loading…
Reference in New Issue
Block a user