Skip to content

Commit dc223aa

Browse files
authored
Update AVR_Miner.py
1 parent 4d1e409 commit dc223aa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

AVR_Miner.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -509,6 +509,8 @@ def start(donation_level):
509509
lang = 'german'
510510
elif locale.startswith('fr'):
511511
lang = 'french'
512+
elif locale.startswith('jp'):
513+
lang = 'japanese'
512514
elif locale.startswith('tr'):
513515
lang = 'turkish'
514516
elif locale.startswith('it'):

0 commit comments

Comments
 (0)