[OSCOM] JavaScript internationlization library
Guido Wesdorp <[email protected]>
| Newsgroups | gmane.comp.cms.oscom |
|---|---|
| Message-ID | <[email protected]> |
Hi! A couple of days ago I released the first (0.1) version of a JavaScript library I wrote that allows localization of JavaScript content, and optionally translation of HTML code from JavaScript. It's still somewhat immature, there are certain things I would like to improve (e.g. support for domains, support for .po files rather then the XML format I use now), but it's quite usable, especially for localization of JavaScript on the server (the library uses an XML file for message catalog, that can be translated on the server using the same techniques you would use to i18n HTML or XML). To download or for more information, visit http://johnnydebris.net/javascripts/i18n.js?frames=no Cheers, Guido