feat(localizations): Remove not_allowed_access from en_* files#5701
feat(localizations): Remove not_allowed_access from en_* files#5701
not_allowed_access from en_* files#5701Conversation
🦋 Changeset detectedLatest commit: caed6bb The changes in this PR will be included in the next version bump. This PR includes changesets to release 4 packages
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 |
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
!snapshot |
|
Hey @tmilewski - the snapshot version command generated the following package versions:
Tip: Use the snippet copy button below to quickly install the required packages. npm i @clerk/agent-toolkit@0.0.26-snapshot.v20250423174611 --save-exact
npm i @clerk/astro@2.6.8-snapshot.v20250423174611 --save-exact
npm i @clerk/backend@1.29.3-snapshot.v20250423174611 --save-exact
npm i @clerk/chrome-extension@2.3.0-snapshot.v20250423174611 --save-exact
npm i @clerk/clerk-js@5.62.1-snapshot.v20250423174611 --save-exact
npm i @clerk/elements@0.23.18-snapshot.v20250423174611 --save-exact
npm i @clerk/clerk-expo@2.10.0-snapshot.v20250423174611 --save-exact
npm i @clerk/expo-passkeys@0.2.10-snapshot.v20250423174611 --save-exact
npm i @clerk/express@1.4.9-snapshot.v20250423174611 --save-exact
npm i @clerk/fastify@2.2.9-snapshot.v20250423174611 --save-exact
npm i @clerk/localizations@3.14.0-snapshot.v20250423174611 --save-exact
npm i @clerk/nextjs@6.18.0-snapshot.v20250423174611 --save-exact
npm i @clerk/nuxt@1.5.9-snapshot.v20250423174611 --save-exact
npm i @clerk/clerk-react@5.30.0-snapshot.v20250423174611 --save-exact
npm i @clerk/react-router@1.3.0-snapshot.v20250423174611 --save-exact
npm i @clerk/remix@4.6.0-snapshot.v20250423174611 --save-exact
npm i @clerk/shared@3.7.4-snapshot.v20250423174611 --save-exact
npm i @clerk/tanstack-react-start@0.14.0-snapshot.v20250423174611 --save-exact
npm i @clerk/testing@1.5.1-snapshot.v20250423174611 --save-exact
npm i @clerk/themes@2.2.36-snapshot.v20250423174611 --save-exact
npm i @clerk/types@4.55.1-snapshot.v20250423174611 --save-exact
npm i @clerk/vue@1.6.5-snapshot.v20250423174611 --save-exact |
| '@clerk/localizations': minor | ||
| --- | ||
|
|
||
| Remove `not_allowed_access` localizations from `en_*` localization files to rely on more-specific API-based error messages. |
There was a problem hiding this comment.
it feels a bit wrong that only the english version will benefit from this.
There was a problem hiding this comment.
@panteliselef This is true, though Braden and I have follow-on work planned.
anagstef
left a comment
There was a problem hiding this comment.
Just a small note here. I'm not sure how the packages/localizations/src/utils/generate.ts script will behave now, if we still use it to align the localization keys on every file.
@anagstef Good catch, updating now! |
bcadd7a to
caed6bb
Compare
Description
Removes
not_allowed_accesserror codes fromen_*localization files. This will allow the API to return more-context-specific English error messages.With this change, I've also updated/translated
not_allowed_accesserrors in non-english-based localization files.Translated Message:
ECO-618
Checklist
pnpm testruns as expected.pnpm buildruns as expected.Type of change