WTS/game/tl/chinese/init.rpy
LoafyLemon 5c952fe7da Translation support - Part 1
* Added language switch option (WIP)
* Fixed translation generation cache cleanup
* Fixed python strings being untranslatable (partially)
2022-10-31 20:35:00 +00:00

7 lines
209 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"