christiaan opened a new pull request, #31869: URL: https://github.com/apache/superset/pull/31869
### SUMMARY The translations mistook "current" for "currency" and other random values. ### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF <!--- Skip this if not applicable --> Before  After  ### TESTING INSTRUCTIONS <!--- Required! What steps can be taken to manually verify the changes? --> Enable dutch in the config and switch to the language. ``` LANGUAGES = { 'en': {'flag': 'us', 'name': 'English'}, 'nl_NL': {'flag': 'nl', 'name': 'Dutch'} } ``` Open a datetime filter on a dashboard. -- 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]
