9 lines
314 B
Plaintext
9 lines
314 B
Plaintext
|
translate chinese style default:
|
||
|
font "tl/chinese/NotoSansSC-Bold.otf"
|
||
|
|
||
|
translate chinese python:
|
||
|
gui.text_font = "tl/chinese/NotoSansSC-Bold.otf"
|
||
|
gui.bold_font = "tl/chinese/NotoSansSC-Black.otf"
|
||
|
# Note: This is required for non-alphabetic scripts to support inputs.
|
||
|
ALLOWED_CHARACTERS = None
|