diff --git a/superset_config.example.py b/superset_config.example.py index fb968dc..a058a63 100644 --- a/superset_config.example.py +++ b/superset_config.example.py @@ -108,4 +108,9 @@ class CeleryConfig(object): }, } -CELERY_CONFIG = CeleryConfig \ No newline at end of file +CELERY_CONFIG = CeleryConfig + +LANGUAGES = { + 'en': {'flag':'us', 'name':'English'}, + 'pt': {'flag':'pt', 'name':'Portuguese'} +}