Package Exports
- @clerk/localizations
- @clerk/localizations/dist/esm/index.js
- @clerk/localizations/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@clerk/localizations) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@clerk/localizations
Overview
@clerk/localizations contains localized strings for applications using Clerk.
Getting Started
Prerequisites
- Clerk
Installation
npm install @clerk/localizationsBuild
npm run buildUsage
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:
- Join our official community Discord server
- Open a GitHub support issue
- Contact options listed on our Support page
Contributing
We're open to all community contributions! If you'd like to contribute in any way, please read our contribution guidelines.
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.