Javascript Gettext

BerliOS Developer Logo
Project Page Documentation: Demo Download
  Gettext.js, po2json Run Tests Browse Source

JavaScript Gettext is an open source JavaScript implementation of the GNU Gettext API. It differs from existing javascript implementations in that it will support all current Gettext features (ex. plural and context support), and will also support loading language catalogs from .mo, .po, or preprocessed json files (converter included).

Please see the demo page for a contrived example of its usage.

For for information, please see the documentation and project page.