Javascript Gettext is a JavaScript implementation of the GNU Gettext internationalization (i18n) API. It features a plugin system to handle multiple language file formats, plural support (ngettext), and context support (pgettext).
| Tags | Internet Web Dynamic Content Software Development Internationalization Libraries |
|---|---|
| Licenses | LGPL |
| Operating Systems | OS Independent |
| Implementation | JavaScript Perl |
Recent releases


Release Notes: po files with embedded quotes in strings are now parsed correctly.


Release Notes: This release fixes a JSON standards compliance issue, adds a new "strargs" method, and has more detailed documentation.


Release Notes: This release fixes test scripts under IE6. Tests now complete on at least FF1.5, FF2, FF3, IE6, IE7, Opera9, Opera10, and Chrome.


Release Notes: Plural support for IE was fixed.


Release Notes: Statically included JSON, dynamically included JSON, and dynamically included .po files are supported, along with all current gettext calls (including gettext, pgettext, ngettext, npgettext, and the d and dc variants as well).