PRESERVE ORIGINAL on by default

This commit is contained in:
DazedAnon 2026-07-08 08:03:57 -05:00
parent b7280d4862
commit 5c34b0de4e

View file

@ -134,7 +134,7 @@ FIXTEXTWRAP = True
# IGNORETLTEXT: Skip Translated Text. # IGNORETLTEXT: Skip Translated Text.
IGNORETLTEXT = False IGNORETLTEXT = False
# PRESERVEORIGINAL: Store Japanese source in _original fields (maps + database) for re-run safety. # PRESERVEORIGINAL: Store Japanese source in _original fields (maps + database) for re-run safety.
PRESERVEORIGINAL = False PRESERVEORIGINAL = True
# TLSYSTEMVARIABLES: Translate System Variables. (Optional but sometimes necessary. Can break stuff.) # TLSYSTEMVARIABLES: Translate System Variables. (Optional but sometimes necessary. Can break stuff.)
TLSYSTEMVARIABLES = False TLSYSTEMVARIABLES = False
# TLSYSTEMSWITCHES: Translate System Switches. (Optional. Translates switch names in System.json.) # TLSYSTEMSWITCHES: Translate System Switches. (Optional. Translates switch names in System.json.)