PRESERVE ORIGINAL on by default
This commit is contained in:
parent
b7280d4862
commit
5c34b0de4e
1 changed files with 1 additions and 1 deletions
|
|
@ -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.)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue