help auto-hyphenation at word boundaries
This commit is contained in:
parent
527d7c0fbc
commit
1594b4dcd8
|
@ -32,7 +32,7 @@ Object.assign(t, {
|
||||||
'|',
|
'|',
|
||||||
/((?!\s)\W){10}/,
|
/((?!\s)\W){10}/,
|
||||||
')',
|
')',
|
||||||
/(?!\b|\s|$)/,
|
/(?!\s|$)/,
|
||||||
].map(rx => rx.source || rx).join(''), 'gu'),
|
].map(rx => rx.source || rx).join(''), 'gu'),
|
||||||
SELECTOR: '[i18n]',
|
SELECTOR: '[i18n]',
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user