Home > Jate

Jate

Jate is a project mainly written in JavaScript, based on the BSD-3-Clause license.

i18n and l10n framework for JavaScript.

Documentation

Documentation can be generated using Natural Docs on the src directory. For example:

mkdir -p docs && NaturalDocs -i src -o HTML docs -p natural-docs

Testing

Unit testing can be performed using JsTestDriver. For example:

java -jar JsTestDriver.jar --port 1234
mybrowser http://localhost:1234/capture
java -jar JsTestDriver.jar --server http://localhost:1234 --tests all
Previous:crf-util