Add translation for aria-label year #3079
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I am encountering an accessibility issue related to the aria-label attribute for the 'year' input in the Flatpickr component. Specifically, when I change the locale of my application (for instance, setting it to French, fr), I pass the appropriate locale to Flatpickr via its locale option. However, despite this, the aria-label for the 'year' field remains in English, not reflecting the selected locale. This indicates that the aria-label for the 'year' element is not being localized properly, even though other elements of the UI appear to be correctly translated.
I have confirmed that the locale is being correctly passed to the Flatpickr instance. The issue appears to be specifically with the localization of the aria-label attribute for the 'year' field, which is critical for screen reader accessibility.