Skip to content

Commit

Permalink
Update config.py
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanPreusse authored Oct 5, 2017
1 parent c535cca commit 9b775e2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions superset/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]"
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 9b775e2

Please sign in to comment.