This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit d4cd95904b75234d1eb3eb3e1ef1d1c0311972ac
tree dbda8470f9f418815ef4a2a73b5762add450cf2b
parent 071800c913746f24efaf86293a696dbcdd1f163b
tree dbda8470f9f418815ef4a2a73b5762add450cf2b
parent 071800c913746f24efaf86293a696dbcdd1f163b
| name | age | message | |
|---|---|---|---|
| |
.document | Thu May 21 11:51:15 -0700 2009 | |
| |
.gitignore | Tue Oct 20 00:45:47 -0700 2009 | |
| |
LICENSE | Thu May 21 11:51:15 -0700 2009 | |
| |
README.rdoc | Mon Nov 09 13:12:29 -0800 2009 | |
| |
Rakefile | Sun May 17 13:10:18 -0700 2009 | |
| |
VERSION | Mon Jul 27 06:55:34 -0700 2009 | |
| |
generators/ | Thu May 21 11:51:15 -0700 2009 | |
| |
lib/ | Mon Jul 27 06:55:34 -0700 2009 | |
| |
test/ | Sun May 17 12:04:36 -0700 2009 |
README.rdoc
javascript_i18n
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.
Installation
If you don’t have the Gemcutter sources yet:
gem sources -a http://gemcutter.org
To install the gem type:
gem install javascript_i18n
Usage
See homepage for details.
Copyright
Copyright © 2009 Jakub Kuźma. See LICENSE for details.







