help auto-hyphenation at word boundaries

This commit is contained in:
tophf 2022-09-15 12:54:26 +03:00
parent 527d7c0fbc
commit 1594b4dcd8

View File

@ -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]',