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

   <!---
   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:
   
![image](https://github.com/user-attachments/assets/0410c8a6-098c-4ad9-ad23-381c8e4b73cd)
   French:
   
![image](https://github.com/user-attachments/assets/b326b91e-ac60-41b0-8201-c64248150910)
   
   ### 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]

Reply via email to