From 9b775e25467f330581e7cba1ec27de1c7aed9e37 Mon Sep 17 00:00:00 2001 From: SeanPreusse Date: Fri, 6 Oct 2017 07:58:26 +1100 Subject: [PATCH] Update config.py --- superset/config.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/superset/config.py b/superset/config.py index f934e3adedf7a..8bc53460c59f5 100644 --- a/superset/config.py +++ b/superset/config.py @@ -92,7 +92,7 @@ # GLOBALS FOR APP Builder # ------------------------------ # Uncomment to setup Your App name -APP_NAME = "Superset" +APP_NAME = "Workforce Alchemy" # Uncomment to setup an App icon APP_ICON = "/static/assets/images/superset-logo@2x.png" @@ -158,9 +158,9 @@ # The allowed translation for you app LANGUAGES = { 'en': {'flag': 'us', 'name': 'English'}, - 'it': {'flag': 'it', 'name': 'Italian'}, - 'fr': {'flag': 'fr', 'name': 'French'}, - 'zh': {'flag': 'cn', 'name': 'Chinese'}, + #'it': {'flag': 'it', 'name': 'Italian'}, + #'fr': {'flag': 'fr', 'name': 'French'}, + #'zh': {'flag': 'cn', 'name': 'Chinese'}, } # --------------------------------------------------- # Image and file configuration