mbabuskov / jsxgettext

Extract gettext calls from JavaScript and EJS files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jsxgettext

A node module with a CLI that extracts gettext strings from JavaScript and EJS files. It also extracts comments that begin with "L10n:" when they appear above a gettext call.

Install

npm install jsxgettext

Or from source:

git clone https://github.com/zaach/jsxgettext.git
cd jsxgettext
npm link

Use

$ jsxgettext

input argument is required

Usage: jsxgettext <input>... [options]

input     input files

Options:
   -o FILE, --output FILE     write output to specified file
   -p DIR, --output-dir DIR   output files will be placed in directory DIR
   -v, --version              print version and exit
   -k WORD, --keyword WORD    additional keyword to be looked for
   -j, --join-existing        join messages with existing file
   -L NAME, --language NAME   recognise the specified language (JS, EJS)

About

Extract gettext calls from JavaScript and EJS files


Languages

Language:JavaScript 100.0%