Skip to content

Commit

Permalink
correct config language key to pt_BR (apache#4854)
Browse files Browse the repository at this point in the history
  • Loading branch information
pld authored and mistercrunch committed Apr 20, 2018
1 parent ab164cc commit 0f9c29d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset/config.py
Expand Up @@ -164,7 +164,7 @@
'zh': {'flag': 'cn', 'name': 'Chinese'},
'ja': {'flag': 'jp', 'name': 'Japanese'},
'de': {'flag': 'de', 'name': 'German'},
'pt-BR': {'flag': 'br', 'name': 'Brazilian Portuguese'},
'pt_BR': {'flag': 'br', 'name': 'Brazilian Portuguese'},
'ru': {'flag': 'ru', 'name': 'Russian'},
}
# ---------------------------------------------------
Expand Down

0 comments on commit 0f9c29d

Please sign in to comment.