mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-14 08:17:13 +03:00
Suits: Comment out 'duplicate' PT-BR shortnames
They're the same key, and value, as the ES ones. PyCharm highlighted this, flake8 did not complain. There's a comment as to why they're commented out, but still present in that form.
This commit is contained in:
parent
4d5d9ae645
commit
e9973d239a
@ -519,9 +519,10 @@ edmc_suit_shortnames = {
|
||||
'Combinaison Maverick': 'Maverick', # FR
|
||||
|
||||
'Traje voador': 'voador', # PT-BR
|
||||
'Traje Artemis': 'Artemis', # PT-BR
|
||||
'Traje Dominator': 'Dominator', # PT-BR
|
||||
'Traje Maverick': 'Maverick', # PT-BR
|
||||
# These are duplicates of the ES ones, but kept here for clarity
|
||||
# 'Traje Artemis': 'Artemis', # PT-BR
|
||||
# 'Traje Dominator': 'Dominator', # PT-BR
|
||||
# 'Traje Maverick': 'Maverick', # PT-BR
|
||||
|
||||
'Летный комбинезон': 'Летный', # RU
|
||||
'Комбинезон Artemis': 'Artemis', # RU
|
||||
|
Loading…
x
Reference in New Issue
Block a user