You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds three new localization keys (apiKeys.tableHeader__name, apiKeys.tableHeader__lastUsed, apiKeys.tableHeader__actions) to English and Korean localization files and to the typed localization resource. Updates the APIKeysTable component to use these localization keys for the table headers instead of hardcoded strings. Adds a changeset documenting patch bumps for @clerk/localizations, @clerk/shared, and @clerk/ui.
The description is related to the changeset, referencing issue #8461 which matches the localization work performed on API keys table headers.
Linked Issues check
✅ Passed
The PR successfully addresses issue #8461 by making ApiKeysTable headers localizable through type definitions, English/Korean translations, and component updates.
Out of Scope Changes check
✅ Passed
All changes are directly scoped to localizing API keys table headers: adding localization keys, translations, type definitions, and component integration.
Docstring Coverage
✅ Passed
No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Title check
✅ Passed
The title accurately describes the main change: making API keys table headers localizable across the UI and localizations packages.
✏️ Tip: You can configure your own custom pre-merge checks in the settings.
Tip
💬 Introducing Slack Agent: The best way for teams to turn conversations into code.
Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.
Generate code and open pull requests
Plan features and break down work
Investigate incidents and troubleshoot customer tickets together
Automate recurring tasks and respond to alerts with triggers
Summarize progress and report instantly
Built for teams:
Shared memory across your entire org—no repeating context
Per-thread sandboxes to safely plan and execute work
Governance built-in—scoped access, auditability, and budget controls
One agent for your entire SDLC. Right inside Slack.
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thanks for your contribution!
wobsoriano
changed the title
fix(ui,localizations): localize API keys table headersfix(ui,localizations): Localize API keys table headersMay 5, 2026
wobsoriano
changed the title
fix(ui,localizations): Localize API keys table headersfix(ui,localizations): Localize API keys component table headersMay 5, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
Description
Fixes#8461.
Checklist
pnpm testruns as expected.pnpm buildruns as expected.Type of change