mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 03:02:35 +01:00
Update spa_OCRFixReplaceList.xml
This commit is contained in:
parent
82fe46af9c
commit
c7a17d2871
@ -917,5 +917,7 @@
|
||||
<RegEx find="([,.]\s(.{3,}))\1(?=[., ?!])" replaceWith="" />
|
||||
<!-- Espacios después del guión -->
|
||||
<RegEx find="(^|\n)(-)([^\s])" replaceWith="$1$2 $3" />
|
||||
<!-- Punto antes del guión -->
|
||||
<RegEx find="([^\.\?\!])\s-\s" replaceWith="$1. - " />
|
||||
</RegularExpressions>
|
||||
</ReplaceList>
|
||||
|
Loading…
Reference in New Issue
Block a user