Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 1.12 KB

README.md

File metadata and controls

40 lines (29 loc) · 1.12 KB

@lit/localize-tools

Published on NPM Test status

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

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

See also @lit/localize, the package that provides the library that runs in the browser and contains msg and other utilities.

Installation

npm i -D @lit/localize-tools

Usage

lit-localize extract
lit-localize build

Documentation

Full documentation is available on lit.dev.