While we're using the punctuation regular expressions in a few places, word.js still has hard-coded characters being used to inform the delay calculations for a sentence-stopper or other punctuation unit. Additionally, these hard-coded values are being used to split up "fragments" for background progress highlighting.
To fix this I'll need to add more regex fields in the localization file and patch them into the correct space.
While we're using the punctuation regular expressions in a few places,
word.js
still has hard-coded characters being used to inform the delay calculations for a sentence-stopper or other punctuation unit. Additionally, these hard-coded values are being used to split up "fragments" for background progress highlighting.To fix this I'll need to add more regex fields in the localization file and patch them into the correct space.