mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 11:12:36 +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>
|
<OCRFixReplaceList>
|
||||||
<WholeWords>
|
<WholeWords />
|
||||||
</WholeWords>
|
<PartialWordsAlways />
|
||||||
<PartialWords>
|
<PartialWords>
|
||||||
<!-- Will be used to check words not in dictionary.
|
<!-- Will be used to check words not in dictionary.
|
||||||
If new word(s) and longer than 5 chars and exists
|
If new word(s) and longer than 5 chars and exists
|
||||||
in spelling dictionary, it is (or they are) accepted -->
|
in spelling dictionary, it is (or they are) accepted -->
|
||||||
<WordPart from = "f" to = "f " /> <!-- "f " will be two words -->
|
<!-- "f " will be two words -->
|
||||||
<WordPart from = "ą" to = "ą " />
|
<WordPart from="f" to="f " />
|
||||||
<WordPart from = "j" to = " j" />
|
<WordPart from="ą" to="ą " />
|
||||||
|
<WordPart from="j" to=" j" />
|
||||||
</PartialWords>
|
</PartialWords>
|
||||||
|
<WholeLines />
|
||||||
|
<PartialLinesAlways />
|
||||||
|
<PartialLines />
|
||||||
|
<BeginLines />
|
||||||
|
<EndLines />
|
||||||
<RegularExpressions />
|
<RegularExpressions />
|
||||||
<RemovedWholeWords />
|
|
||||||
</OCRFixReplaceList>
|
</OCRFixReplaceList>
|
Loading…
Reference in New Issue
Block a user