I noticed that pre-scan texts with variables like [mc_name] will be translated twice,
i will try to fix that in next update.
v0.38.a
update:02-12-2025
updated file:realtimetrans.rpy
pre-scan texts with variables should be translated in replaced texts.
To make sure that ,you should set persistent.enable_translation to False first,
then after setting variables ,mostly the mc_name or other names,
you should set enable_translation to True within game.
IF you do not mind some texts remain unreplaced,
you can just use it as before,
just set variables or load saves quickly.