Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@clerk/localizations

Package Overview
Dependencies
Maintainers
9
Versions
1863
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@clerk/localizations

Localizations for the Clerk components

  • 1.1.2
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
80K
increased by2.74%
Maintainers
9
Weekly downloads
 
Created
Source


@clerk/localizations

Chat on Discord Clerk documentation Follow on Twitter

Changelog · Report a Bug · Request a Feature · Ask a Question


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:

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.

Keywords

FAQs

Package last updated on 12 Dec 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc