You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@lit/localize

Package Overview
Dependencies
Maintainers
9
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lit/localize

Localization client library for lit-html

0.12.2
latest
Source
npmnpm
Version published
Weekly downloads
33K
-13%
Maintainers
9
Weekly downloads
 
Created
Source

@lit/localize

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, 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

npm i @lit/localize

Usage

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

Documentation

Full documentation is available on lit.dev.

FAQs

Package last updated on 05 Aug 2024

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