clerk / javascript

Official Javascript repository for Clerk authentication
https://clerk.com
MIT License
955 stars 210 forks source link

FIX: Localization of the Italian translation #3607

Closed mazzasaverio closed 2 weeks ago

mazzasaverio commented 2 weeks 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

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 2 weeks ago

āš ļø No Changeset found

Latest commit: c16906242b53aea281d04cde9cbdda7bffa32ffb

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

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

LekoArts commented 2 weeks ago

Seems like you opened https://github.com/clerk/javascript/pull/3608 twice by mistake :)