Skip to main content
Home

Built and signed on GitHub Actions

A small but mighty library to handle translations/localisation, and dynamic string matching/replacement/filling.

This package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers
This package works with Cloudflare Workers
This package works with Node.js
This package works with Deno
This package works with Bun
This package works with Browsers
JSR Score
100%
Published
2 years ago (2.2.0)

locale-kit

A small library to handle translations and localisations. It may be rough around the edges for now, but suits my needs (and hopefully yours) decently enough.

An updated README is coming soon!

NPM Build and Publish

Docs

See our docs over at [LocaleKit Docs]

Authors

License

MIT

Built and signed on
GitHub Actions

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@locale-kit/locale-kit

Import symbol

import * as locale_kit from "@locale-kit/locale-kit";
or

Import directly with a jsr specifier

import * as locale_kit from "jsr:@locale-kit/locale-kit";

Add Package

pnpm i jsr:@locale-kit/locale-kit
or (using pnpm 10.8 or older)
pnpm dlx jsr add @locale-kit/locale-kit

Import symbol

import * as locale_kit from "@locale-kit/locale-kit";

Add Package

yarn add jsr:@locale-kit/locale-kit
or (using Yarn 4.8 or older)
yarn dlx jsr add @locale-kit/locale-kit

Import symbol

import * as locale_kit from "@locale-kit/locale-kit";

Add Package

vlt install jsr:@locale-kit/locale-kit

Import symbol

import * as locale_kit from "@locale-kit/locale-kit";

Add Package

npx jsr add @locale-kit/locale-kit

Import symbol

import * as locale_kit from "@locale-kit/locale-kit";

Add Package

bunx jsr add @locale-kit/locale-kit

Import symbol

import * as locale_kit from "@locale-kit/locale-kit";