jamestomasino / stutter

RSVP for browsers
https://addons.mozilla.org/en-US/firefox/addon/stutter/
GNU General Public License v3.0
139 stars 12 forks source link

Punctuation in localization isn't being used for word length calculations or text-fragment splitting #79

Closed jamestomasino closed 3 years ago

jamestomasino commented 3 years ago

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.

jamestomasino commented 3 years ago

Fixed in v1.12.1