Skip to content

Commit

Permalink
chore: test languages added
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeWithEmad committed Jul 17, 2024
1 parent 888c154 commit 6bc55cf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion superset/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,10 @@ def _try_json_readsha(filepath: str, length: int) -> str | None:
}
# Turning off i18n by default as translation in most languages are
# incomplete and not well maintained.
LANGUAGES = {}
LANGUAGES = {
"en": {"flag": "us", "name": "English"},
"fa": {"flag": "ir", "name": "Persian"},
}


# Override the default d3 locale format
Expand Down

0 comments on commit 6bc55cf

Please sign in to comment.