Localization tooling for lit-html
npm install @lit/localize-tools[npm-img]: https://img.shields.io/npm/v/@lit/localize-tools
[npm-href]: https://www.npmjs.com/package/@lit/localize-tools
[test-img]: https://github.com/lit/lit/workflows/Tests/badge.svg?branch=main
[test-href]: https://github.com/lit/lit/actions?query=workflow%3ATests+branch%3Amain+event%3Apush
[![Published on NPM][npm-img]][npm-href]
[![Test status][test-img]][test-href]
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 thelit-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.
``sh`
npm i -D @lit/localize-tools
`sh``
lit-localize extract
lit-localize build
Full documentation is available on
lit.dev.