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

Support for localization? #65

Open
nelsonvassalo opened this issue Jun 27, 2024 · 1 comment
Open

Support for localization? #65

nelsonvassalo opened this issue Jun 27, 2024 · 1 comment

Comments

@nelsonvassalo
Copy link

Any idea on how we can work with the official localization package and Sveltekit?

@Azeo42
Copy link

Azeo42 commented Jun 30, 2024

you can use it already like this in your hooks.client.ts/js:

import {deDE} from "@clerk/localizations"

initializeClerkClient(PUBLIC_CLERK_PUBLISHABLE_KEY, {
	localization: deDE,
	...,
})

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants