bbepis/XUnity.AutoTranslator

Using id names in any regex translations prevents them from being translated instantly

Closed this issue · 3 comments

Lmeks commented

Title.

Lmeks commented

sr:"example text ([^.]+)"=e t $1 translates instantly
sr:"example text (?<DONOTTRANSLATE_i>[^.]+)"=e t ${DONOTTRANSLATE_i}translation is delayed by one second

Lmeks commented

I wonder whether it replicates, may be i modified my build too much.

Lmeks commented

Alright I have no idea what the problem is. Sometimes translations are instant and sometimes they're not. All translations are internal. I'll check again l8r may be.