Skip to content

Commit

Permalink
Add bun Support to Localization Doc (#1949)
Browse files Browse the repository at this point in the history
  • Loading branch information
obada-jaras authored Feb 12, 2025
1 parent aab961b commit 2d1f8d4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/customization/localization.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Clerk currently supports the following languages with English as the default:
To get started, install the `@clerk/localizations` package.

<CodeBlockTabs options={["npm", "yarn", "pnpm"]}>
<CodeBlockTabs options={["npm", "yarn", "pnpm", "bun"]}>
```bash {{ filename: 'terminal' }}
npm install @clerk/localizations
```
Expand All @@ -75,6 +75,10 @@ To get started, install the `@clerk/localizations` package.
```bash {{ filename: 'terminal' }}
pnpm add @clerk/localizations
```

```bash {{ filename: 'terminal' }}
bun add @clerk/localizations
```
</CodeBlockTabs>

Once the `@clerk/localizations` package is installed, you can import the localizations you need by removing the "-" from the locale.
Expand Down

0 comments on commit 2d1f8d4

Please sign in to comment.