Skip to content

Commit

Permalink
Merge pull request #1751 from BX2AFO/patch-9
Browse files Browse the repository at this point in the history
Add Traditional Chinese language case
  • Loading branch information
revoxhere authored Mar 25, 2024
2 parents fe96292 + 4e4a66f commit 389c4a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions AVR_Miner.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'):
Expand Down

0 comments on commit 389c4a7

Please sign in to comment.