clerk / javascript

Official Javascript repository for Clerk authentication
https://clerk.com
MIT License
1.09k stars 240 forks source link

chore(localizations): Localization of the Italian translation #3608

Closed mazzasaverio closed 3 months ago

mazzasaverio commented 3 months ago

Description

This pull request addresses the incomplete localization fields for the Italian language in the @clerk/localizations package, which currently leads to unclear error messages when Italian users enter passwords that do not meet the requirements during registration. The issue specifically affects the presentation of error messages, reducing them to a red dot without explanatory text, as outlined by the interactions with Saverio Mazza who reported this inconsistency.

Checklist

Type of change

Testing Instructions

  1. Update the Italian localization fields as per the changes in this PR.
  2. Run the application using npm start or similar command specific to the project.
  3. Navigate to the registration form and attempt to enter a password that fails to meet the requirements.
  4. Verify that the error messages are displayed in full text (not just a red dot) and are understandable to Italian users.
changeset-bot[bot] commented 3 months ago

🦋 Changeset detected

Latest commit: 6cc35eb9af5fb2f76dbffdd488058ff4b25e64bb

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 4 packages | Name | Type | | ----------------------- | ----- | | @clerk/localizations | Patch | | @clerk/clerk-js | Patch | | @clerk/chrome-extension | Patch | | @clerk/clerk-expo | Patch |

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

tmilewski commented 3 months ago

@mazzasaverio Thanks a lot! Pushing through given expected E2E issues for external contributions.