Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoSign in
Socket

babel-plugin-ltag

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-plugin-ltag - npm Package Compare versions

Comparing version
1.0.6
to
1.0.7
+1
-1
package.json
{
"name": "babel-plugin-ltag",
"version": "1.0.6",
"version": "1.0.7",
"description": "a babel-pluging to transform l-template tags.",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

# ltag
ltag is a babel-pluging for localization, transforms templates tagged l.
ltag is a babel-pluging for client-side javascript localization using templates.
You can tag your template strings with `l` and afterwards you will be able to generate different versions of the same code, for different languages.
Translations will be provided with `.po` files (an empty one will be generated for you).
[More info on .po format](http://pology.nedohodnik.net/doc/user/en_US/ch-poformat.html)
## Usage

@@ -5,0 +9,0 @@ 1. Install babel as global, and ltag plugin as a development dependency: