mistercrunch opened a new pull request, #34119:
URL: https://github.com/apache/superset/pull/34119

   Since forever we've been doing this dubious thing of passing the language 
pack through the dom. The server fetches the json file, and serializes it into 
a dom node as part of the "bootstrap data". Frontend picks it up deserializes 
it and hooks things up.
   
   In this PR:
   - creating a super simple flask endpoint to serve the json files
   - changing the "preamble" to run an async call to fetch the language pack 
before doing anything
   
   


-- 
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