-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wrong capitalization in months in Spanish #5181
Labels
Comments
This comes from the built in locales supplied by I don't think they're likely to fix this anytime soon but we can fix it by either updating the function or via CSS:
|
FE-5197 |
edleeks87
added a commit
that referenced
this issue
Jun 1, 2022
…ctly for all locales Ensures that months are a capitalised for all locales and that day strings are all 3 characters long in `DatePicker`. Introduces small optimisation by adding `useMemo` to arrays of days and months so they only regenerate values when locale changes. fix #5181
10 tasks
carbonci
pushed a commit
that referenced
this issue
Jun 10, 2022
### [106.6.10](v106.6.9...v106.6.10) (2022-06-10) ### Bug Fixes * **date:** ensure months and days are capitalised and formatted correctly for all locales ([b759d45](b759d45)), closes [#5181](#5181)
🎉 This issue has been resolved in version 106.6.10 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Desired behaviour
The following date component used in the Spanish version of Sage Intacct Manufacturing should have the initial letters of the months capitalized.
Current behaviour
Currently, the months start with lowercase:
Suggested Solution
In Spanish we should say “Abril 2022” but “3 de abril de 2022” (depending on the use case).
Where is the content in Spanish coming from? This component should be updated so that months start with capital letters in Spanish.
Please reach out to me if you need further clarification: berta.larre@sage.com.
CodeSandbox or Storybook URL
No response
Anything else we should know?
No response
Confidentiality
The text was updated successfully, but these errors were encountered: