mistercrunch commented on code in PR #34051:
URL: https://github.com/apache/superset/pull/34051#discussion_r2208242888


##########
superset/models/helpers.py:
##########
@@ -103,6 +103,7 @@
 VIRTUAL_TABLE_ALIAS = "virtual_table"
 SERIES_LIMIT_SUBQ_ALIAS = "series_limit"
 ADVANCED_DATA_TYPES = config["ADVANCED_DATA_TYPES"]
+DEFAULT_LOCALE = "en"

Review Comment:
   btw I'm unclear whether `BABEL_DEFAULT_LOCALE` works as expected currently, 
if I could find time I'd try it, but given my semi-deep-dive into translation, 
I'm not sure if the stars align properly when setting this config flag.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to