mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 19:22:53 +01:00
Fixed XML syntax in Croatian OCRFixReplaceList
This commit is contained in:
parent
f7420caea9
commit
7af0181fad
@ -481,8 +481,6 @@
|
||||
<Word from="sprat" to="kat" />
|
||||
<Word from="sprata" to="kata" />
|
||||
<Word from="sta" to="što" />
|
||||
<Word from="stepen" to="stupanj" />
|
||||
<Word from="stepeni" to="stupnjeva" />
|
||||
<Word from="sticati" to="stjecati" />
|
||||
<Word from="sudija" to="sudac" />
|
||||
<Word from="sudijo" to="suče" />
|
||||
@ -1029,7 +1027,7 @@
|
||||
<RegEx find="([dD])(ijec)(a|i|o|u|e|om)" replaceWith="$1jec$3" />
|
||||
<RegEx find="([dD])(ragocen)(a|i|o|u|e|om|og|oj|ima)" replaceWith="$1ragocjen$3" />
|
||||
<RegEx find="([dD])(obija)(m|š|mo|te|ju|la|le|li|ti)*" replaceWith="$1obiva$3" />
|
||||
<RegEx find="(d|D)(oktork)(a|e|i|u|om|ama)" replaceWith="$1oktoric$3 />
|
||||
<RegEx find="(d|D)(oktork)(a|e|i|u|om|ama)" replaceWith="$1oktoric$3" />
|
||||
<RegEx find="(dopada)(m|š|mo|te|ju|la|le|li|ti)*" replaceWith="sviđa$2" />
|
||||
<RegEx find="(doprine)(te|la|le|li|lo|t|ti|to|vši)" replaceWith="doprinije$2" />
|
||||
<RegEx find="(doprinje)(te|la|le|li|lo|t|ti|to|vši)" replaceWith="doprinije$2" />
|
||||
|
Loading…
Reference in New Issue
Block a user