bbepis / XUnity.AutoTranslator

MIT License
2.02k stars 293 forks source link

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

Closed Lmeks closed 6 days ago

Lmeks commented 1 week ago

Title.

Lmeks commented 6 days ago

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 6 days ago

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

Lmeks commented 6 days ago

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.