Skip to content

Commit

Permalink
feat(superset): try adding a second language
Browse files Browse the repository at this point in the history
  • Loading branch information
johnallen3d committed Jan 9, 2025
1 parent 4ba7739 commit 5abfa62
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions system/base/templates/superset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ spec:
FEATURE_FLAGS = {
"DASHBOARD_RBAC": True
}
LANGUAGES = {
"en": {"flag": "us", "name": "English"},
"es": {"flag": "es", "name": "Spanish"}
}
- name: bootstrapScript
value: |
#!/bin/bash
Expand Down

0 comments on commit 5abfa62

Please sign in to comment.