mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-06-10 04:12:15 +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
|
'Combinaison Maverick': 'Maverick', # FR
|
||||||
|
|
||||||
'Traje voador': 'voador', # PT-BR
|
'Traje voador': 'voador', # PT-BR
|
||||||
'Traje Artemis': 'Artemis', # PT-BR
|
# These are duplicates of the ES ones, but kept here for clarity
|
||||||
'Traje Dominator': 'Dominator', # PT-BR
|
# 'Traje Artemis': 'Artemis', # PT-BR
|
||||||
'Traje Maverick': 'Maverick', # PT-BR
|
# 'Traje Dominator': 'Dominator', # PT-BR
|
||||||
|
# 'Traje Maverick': 'Maverick', # PT-BR
|
||||||
|
|
||||||
'Летный комбинезон': 'Летный', # RU
|
'Летный комбинезон': 'Летный', # RU
|
||||||
'Комбинезон Artemis': 'Artemis', # RU
|
'Комбинезон Artemis': 'Artemis', # RU
|
||||||
|
Loading…
x
Reference in New Issue
Block a user