Dead simple JavaScript i18n tool. It contains JavaScript builder to generate static files with translations in /public/javascripts/i18n directory. Each language is stored in separate file, so if we have e.g. 10 languages in our application, client needs to download only the language he uses (10 times smaller than in Babilu). Because of that fact we don’t need to set any cookies to tell the client which locale he uses.
If you don’t have the Gemcutter sources yet:
gem sources -a http://gemcutter.org
To install the gem type:
gem install javascript_i18n
See homepage for details.
Copyright © 2009 Jakub Kuźma. See LICENSE for details.