mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
correct config language key to pt_BR (#4854)
This commit is contained in:
committed by
Maxime Beauchemin
parent
e88b0b6c4c
commit
c92b56e2f6
@@ -164,7 +164,7 @@ LANGUAGES = {
|
||||
'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'},
|
||||
}
|
||||
# ---------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user