@clerk/localizations
Overview
@clerk/localizations
contains localized strings for applications using Clerk.
Getting Started
Prerequisites
Installation
npm install @clerk/localizations
Build
npm run build
Usage
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;
Support
You can get in touch with us in any of the following ways:
Security
@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.
License
This project is licensed under the MIT license.
See LICENSE for more information.