JSPM

@clerk/localizations

1.22.0-snapshot.c9a29e3
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 212806
  • Score
    100M100P100Q172509F
  • License MIT

Localizations for the Clerk components

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/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:

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.