@clerk/localizations
contains localized strings for applications using Clerk.
- Clerk
npm install @clerk/localizations
npm run build
import { ClerkProvider } from '@clerk/nextjs';
import { frFR } from '@clerk/localizations';
function MyApp({ Component, pageProps }) {
return (
<ClerkProvider
localization={frFR}
{...pageProps}
>
<Component {...pageProps} />
</ClerkProvider>
);
}
export default MyApp;
You can get in touch with us in any of the following ways:
- Join our official community Discord server
- Open a GitHub support issue
- Contact options listed on our Support page
We're open to all community contributions! If you'd like to contribute in any way, please read our contribution guidelines.
@clerk/localizations
follows good practices of security, but 100% security cannot be assured.
@clerk/localizations
is provided "as is" without any warranty. Use at your own risk.
For more information and to report security issues, please refer to our security documentation.
This project is licensed under the MIT license.
See LICENSE for more information.