mbuttu / jsxgettext

Extract gettext calls from JavaScript and EJS files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status NPM version

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 (JavaScript, EJS, Jinja)
   -s, --sort                 Sort the extracted strings alphabetically when generating the pot file

About

Extract gettext calls from JavaScript and EJS files

License:Mozilla Public License 2.0


Languages

Language:JavaScript 100.0%