Skip to content

Commit 4d1e409

Browse files
authored
Update PC_Miner.py
1 parent ef84745 commit 4d1e409

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

PC_Miner.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -806,6 +806,8 @@ def preload():
806806
lang = "polish"
807807
elif locale.startswith("fr"):
808808
lang = "french"
809+
elif locale.startswith("jp"):
810+
lang = "japanese"
809811
elif locale.startswith("fa"):
810812
lang = "farsi"
811813
elif locale.startswith("mt"):

0 commit comments

Comments
 (0)