momentum-design / momentum-ui

Momentum UI is a collection of UI libraries for implementing Momentum Design into web applications and websites.
https://momentum.design
MIT License
199 stars 204 forks source link

fix: localise DatePickerDay tooltip #1670

Closed lhernonCisco closed 3 months ago

lhernonCisco commented 3 months ago

Description

The tooltips for the days in the DatePickerDay were not localised, and were always showing as english, regardless of the specified locale. This change fixes this so that the tooltip always reflects the browser locale.

Related Issue

Motivation and Context

How Has This Been Tested?

Screenshots:

Before (If applicable):

image

After:

image

Types of changes

Checklist:

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 94.65%. Comparing base (54f4e57) to head (35e9945).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1670 +/- ## ========================================== - Coverage 94.92% 94.65% -0.27% ========================================== Files 134 134 Lines 19435 19436 +1 Branches 3048 3037 -11 ========================================== - Hits 18448 18397 -51 - Misses 987 1039 +52 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.