Skip to content

Commit

Permalink
Enable language selection and add Portuguese
Browse files Browse the repository at this point in the history
  • Loading branch information
sravfeyn authored Aug 24, 2023
1 parent d249269 commit 61c78dd
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion superset_config.example.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,9 @@ class CeleryConfig(object):
},
}

CELERY_CONFIG = CeleryConfig
CELERY_CONFIG = CeleryConfig

LANGUAGES = {
'en': {'flag':'us', 'name':'English'},
'pt': {'flag':'pt', 'name':'Portuguese'}
}

0 comments on commit 61c78dd

Please sign in to comment.