Skip to content

Commit

Permalink
IREXCM-8 default locale is Romanian
Browse files Browse the repository at this point in the history
  • Loading branch information
mpostelnicu committed Aug 31, 2023
1 parent 2903da1 commit f1cfda4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docker/.env
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,5 @@ SUPERSET_FEATURE_PUBLIC_ROLE_LIKE="Gamma"
SUPERSET_FEATURE_EMBEDDED_SUPERSET=true
SUPERSET_FEATURE_WTF_CSRF_ENABLED=false
SUPERSET_FEATURE_HORIZONTAL_FILTER_BAR=true
SUPERSET_LOAD_EXAMPLES=no
SUPERSET_LOAD_EXAMPLES=no
BABEL_DEFAULT_LOCALE = "ro"
3 changes: 2 additions & 1 deletion docker/.env-non-dev
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,5 @@ SUPERSET_FEATURE_PUBLIC_ROLE_NAME="Gamma"
SUPERSET_FEATURE_PUBLIC_ROLE_LIKE="Gamma"
SUPERSET_FEATURE_EMBEDDED_SUPERSET=true
SUPERSET_FEATURE_WTF_CSRF_ENABLED=false
SUPERSET_FEATURE_HORIZONTAL_FILTER_BAR=true
SUPERSET_FEATURE_HORIZONTAL_FILTER_BAR=true
BABEL_DEFAULT_LOCALE = "ro"
2 changes: 2 additions & 0 deletions docker/pythonpath_dev/superset_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,8 @@ class CeleryConfig:
"ro": {"flag": "ro", "name": "Romanian"}
}

BABEL_DEFAULT_LOCALE = "ro"

#
# Optionally import superset_config_docker.py (which will have been included on
# the PYTHONPATH) in order to allow for local settings to be overridden
Expand Down

0 comments on commit f1cfda4

Please sign in to comment.