0.0.5 • Published 8 years ago

i18n-verify v0.0.5

Weekly downloads
2
License
-
Repository
github
Last release
8 years ago

Translation verification tool

Installation

Option 1

Clone repo and run npm link

Option 2

npm install i18n-verify

Usage

i18n-verify [OPTION1] [OPTION2]... arg1 arg2...

The following options are supported:

  -c, --parse <ARG1>...<ARGN>	Paths to directories containing constructs to parse (mandatory)
  -v, --verify <ARG1>        	Path to file to verify against (mandatory)
  -p, --pattern <ARG1>       	Regex pattern to parse against ("translate\('(.*)'\)" by default)

Tests (WIP)

npm test