With text_expansion_format set to 'repeatVowels' , this resulted in the script failing to complete. Removing this line worked, as did changing the text_expansion_format to 'exclamationMarks'
Just an FYI for anyone else who encounters this strange bug someday.
Thanks @zzorba for the report, probably the algorithm assumes that the text has a vowel 🙈 😅 I'll try to reproduce and fix it when I get a chance.
Just encountered this bug this morning, I introduced a very short string to my arb file:
With
text_expansion_format
set to 'repeatVowels' , this resulted in the script failing to complete. Removing this line worked, as did changing the text_expansion_format to 'exclamationMarks'Just an FYI for anyone else who encounters this strange bug someday.