Skip to content

Commit 4def68b

Browse files
committed
Small improvement on the LOCALIZED_RACES dict
1 parent 1993df7 commit 4def68b

File tree

1 file changed

+9
-12
lines changed

1 file changed

+9
-12
lines changed

sc2reader/constants.py

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,19 @@
2121
'테란': 'Terran',
2222
'프로토스': 'Protoss',
2323
'저그': 'Zerg',
24-
24+
2525
# ???
2626
'Terrani': 'Terran',
2727
'Protosi': 'Protoss',
2828
'Zergi': 'Zerg',
2929

30-
# ???
30+
# zhCH
3131
'人类': 'Terran',
3232
'星灵': 'Protoss',
3333
'异虫': 'Zerg',
3434

35-
# ???
36-
'人類': 'Terran'
35+
# zhTW
36+
'人類': 'Terran',
3737
'神族': 'Protoss',
3838
'蟲族': 'Zerg',
3939

@@ -43,14 +43,11 @@
4343
# deDE
4444
'Terraner': 'Terran',
4545

46-
# esES
47-
# esMX
48-
# frFR
49-
# itIT
50-
# plPL
51-
# ptBR
52-
# zhCN
53-
# zhTW
46+
# esES - Spanish
47+
# esMX - Latin American
48+
# frFR - French - France
49+
# plPL - Polish Polish
50+
# ptBR - Brazilian Portuguese
5451
}
5552

5653
#

0 commit comments

Comments
 (0)