Hi!
I've just released a JavaScript library to allow internationaliz ing
JavaScript code and/or to do HTML translation from JavaScript. It's a
first release, and it doesn't have all the features I'm interested in
(e.g. it doesn't support domains, although I don't think that's much of
a problem in most JavaScript applications, and it uses a non-standard
message catalog format, instead of .po files translations are stored in
XML) but it's quite usable.
The library works on Mozilla and Internet Explorer (it will probably
also work on Konqueror/Safari and Opera, but I didn't test those
browsers) and is released under a BSD-style license.
For more information and downloads, visit
http://johnnydebris.net/javascripts/i18n.js?frames=no.
Cheers,
Guido Wesdorp
I've just released a JavaScript library to allow internationaliz ing
JavaScript code and/or to do HTML translation from JavaScript. It's a
first release, and it doesn't have all the features I'm interested in
(e.g. it doesn't support domains, although I don't think that's much of
a problem in most JavaScript applications, and it uses a non-standard
message catalog format, instead of .po files translations are stored in
XML) but it's quite usable.
The library works on Mozilla and Internet Explorer (it will probably
also work on Konqueror/Safari and Opera, but I didn't test those
browsers) and is released under a BSD-style license.
For more information and downloads, visit
http://johnnydebris.net/javascripts/i18n.js?frames=no.
Cheers,
Guido Wesdorp
Comment