From 4e4a66fb3ad3602fe4b3de766d4edc03e0c3abfb Mon Sep 17 00:00:00 2001 From: BX2AFO <149657136+BX2AFO@users.noreply.github.com> Date: Thu, 18 Jan 2024 13:50:46 +0800 Subject: [PATCH] Update AVR_Miner.py Add Traditional Chinese --- AVR_Miner.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/AVR_Miner.py b/AVR_Miner.py index 5ba27e7e..bb8c0b2f 100644 --- a/AVR_Miner.py +++ b/AVR_Miner.py @@ -515,6 +515,8 @@ def start(donation_level): lang = 'italian' elif locale.startswith('pt'): lang = 'portuguese' + if locale.startswith("zh_TW"): + lang = "chinese_Traditional" elif locale.startswith('zh'): lang = 'chinese_simplified' elif locale.startswith('th'):