Back to Lit

@lit/localize

packages/localize/README.md

1.3.01.1 KB
Original Source

@lit/localize

Lit Localize provides localization/internationalization support for Lit templates. See lit.dev for full documentation.

This is the repo for @lit/localize, the package provides the library that runs in the browser and contains msg and other utilities.

See also @lit/localize-tools, the package that provides the lit-localize command-line tool for extracting messages and building localized apps.

Installation

sh
npm i @lit/localize

Usage

js
render() {
  return msg(html`Hello <b>World</b>`);
}

Documentation

Full documentation is available on lit.dev.