ceenayekta opened a new pull request, #33189: URL: https://github.com/apache/superset/pull/33189
<!--- Please write the PR title following the conventions at https://www.conventionalcommits.org/en/v1.0.0/ Example: fix(dashboard): load charts correctly --> ### SUMMARY This pull request introduces localization support to the humanize library used within Apache Superset. The change enables better handling of localized text and formats, improving the internationalization capabilities of the platform. The implementation includes updates to integrate localization logic into the existing humanize library usage, ensuring consistency across supported languages. ### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF Spanish:  French:  ### TESTING INSTRUCTIONS 1. Pull the branch humanize_lib_localization and start the development server. 2. Verify that text formatting and human-readable labels (e.g., dates, durations) are properly localized based on the configured language. 3. Test the behavior across different supported locales to ensure functionality and consistency. 4. Check for any regressions in areas where the humanize library is used. ### ADDITIONAL INFORMATION <!--- Check any relevant boxes with "x" --> <!--- HINT: Include "Fixes #nnn" if you are fixing an existing issue --> - [ ] Has associated issue: - [ ] Required feature flags: - [x] Changes UI - [ ] Includes DB Migration (follow approval process in [SIP-59](https://github.com/apache/superset/issues/13351)) - [ ] Migration is atomic, supports rollback & is backwards-compatible - [ ] Confirm DB migration upgrade and downgrade tested - [ ] Runtime estimates and downtime expectations provided - [x] Introduces new feature or API - [ ] Removes existing feature or API ----- Feel free to modify the description further to include any additional details or specifications related to your changes. -- 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]
