mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 19:22:53 +01:00
Merge branch 'master' of https://github.com/SubtitleEdit/subtitleedit
This commit is contained in:
commit
36dd9ea18a
@ -831,7 +831,7 @@
|
|||||||
<!-- Puntos innecesarios (complemento) -->
|
<!-- Puntos innecesarios (complemento) -->
|
||||||
<RegEx find="([\w\W]\.{3})([¡¿])" replaceWith="$1 $2" />
|
<RegEx find="([\w\W]\.{3})([¡¿])" replaceWith="$1 $2" />
|
||||||
<RegEx find="(\w)\.\.(\s)" replaceWith="$1.$2" />
|
<RegEx find="(\w)\.\.(\s)" replaceWith="$1.$2" />
|
||||||
<RegEx find="(\w)\.([\?\!])" replaceWith="$1$2" />
|
<RegEx find="[\wá-ú\x22»]\.([\?\!])" replaceWith="$1$2" />
|
||||||
<RegEx find="([\:\;])\." replaceWith="$1" />
|
<RegEx find="([\:\;])\." replaceWith="$1" />
|
||||||
<RegEx find="\.([\:\;])" replaceWith="$1" />
|
<RegEx find="\.([\:\;])" replaceWith="$1" />
|
||||||
<RegEx find="\:+" replaceWith=":" />
|
<RegEx find="\:+" replaceWith=":" />
|
||||||
@ -918,6 +918,6 @@
|
|||||||
<!-- Espacios después del guión -->
|
<!-- Espacios después del guión -->
|
||||||
<RegEx find="(^|\n)(-)([^\s])" replaceWith="$1$2 $3" />
|
<RegEx find="(^|\n)(-)([^\s])" replaceWith="$1$2 $3" />
|
||||||
<!-- Punto antes del guión -->
|
<!-- Punto antes del guión -->
|
||||||
<RegEx find="([^\.\?\!])\s-\s" replaceWith="$1. - " />
|
<RegEx find="([^\.\?\!]) - " replaceWith="$1. - " />
|
||||||
</RegularExpressions>
|
</RegularExpressions>
|
||||||
</ReplaceList>
|
</ReplaceList>
|
||||||
|
Loading…
Reference in New Issue
Block a user