mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 11:12:36 +01:00
Fixed replacement patterns in Croatian OCRFixReplaceList
This commit is contained in:
parent
9faad61cb3
commit
1badf4610c
@ -773,7 +773,7 @@
|
||||
<RegEx find="([kK])rompir" replaceWith="$1rumpir" />
|
||||
<RegEx find="([kK])učk" replaceWith="$1uj" />
|
||||
<RegEx find="([kK])uva(?!jt)" replaceWith="$1uha" />
|
||||
<RegEx find="\b([kK])rst([au]|ića?)?\b" replaceWith="$1riž$2" />
|
||||
<RegEx find="\b([kK])rst([au]|ića?)?\b" replaceWith="$1riž$2" />
|
||||
<RegEx find="\b([kK])rstov(e|ima)\b" replaceWith="$1rižev$2" />
|
||||
<RegEx find="\b([kK])rstašk([aeiou]|om)?\b" replaceWith="$1rižarsk$2" />
|
||||
<RegEx find="([lL])etnj([aeiu]|[eio]m)" replaceWith="$1jetn$2" />
|
||||
|
Loading…
Reference in New Issue
Block a user