Skip to content
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

chore(docs): Add information about customization limitations in Account Portal and Localization guides #1609

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/customization/account-portal/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ After a user has finished their flow in an Account Portal page, Clerk automatica

For each application environment, Clerk provides pages for sign-up, sign-in, user profile, organization profile, and organization creation flow. **To integrate the Account Portal with your application, check out the [setup guide](/docs/customization/account-portal/getting-started).**

> [!IMPORTANT]
> These pages cannot be customized beyond the options provided in the [Clerk Dashboard](https://dashboard.clerk.com). If you need more customization such as [localization](/docs/customization/localization), consider using Clerk's [prebuilt components](/docs/components/overview) or [building your own custom user interface using Clerk's API](/docs/custom-flows/overview).

## Hosted pages

### Sign-in
Expand Down
3 changes: 3 additions & 0 deletions docs/customization/localization.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ Clerk currently supports the following languages with English as the default:

### Usage

> [!CAUTION]
> The localizations will only update the text in the [Clerk components](/docs/components/overview) used in your application. The hosted [Clerk Account Portal](/docs/customization/account-portal/overview) will remain in English.

To get started, install the `@clerk/localizations` package.

<CodeBlockTabs type="installer" options={["npm", "yarn", "pnpm"]}>
Expand Down
Loading