Skip to main content

UNKNOWN

Project description

https://travis-ci.org/ojii/gettext.js.svg?branch=master Documentation Status

gettext.js

GNU gettext in Javascript. Compile your mo files to JSON/JS and then use them directly from Javascript in your browser.

Demo: https://cdn.rawgit.com/ojii/gettext.js/master/demo/index.html

Docs: http://gettextjs.readthedocs.org/

Usage

Compiling

Usage:
    gettextjs [-i] [-v] [--js] <locale-path> [<out-dir>]

Options:
    -h --help       Show this screen.
    --version       Show version.
    -i --indent     Indent JSON file.
    -v --verbose    Print stuff while doing work.
    --js            Compile to JS instead of JSON.

Javascript

Async from JSON
Gettext.load('/base/url/to/locale', 'en', 'messages').then(function(gettext){
    var msgstr = gettext.gettext('msgid');
});
Sync from JS
var gettext = new Gettext(EN_MESSAGES);
var msgstr = gettext.gettext('msgid');

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gettextjs-1.0.tar.gz (2.6 kB view hashes)

Uploaded Source

Built Distribution

gettextjs-1.0-py2-none-any.whl (3.4 kB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page