public
Description: Dead simple JavaScript i18n tool for your Rails application
Homepage:
Clone URL: git://github.com/qoobaa/javascript_i18n.git
ravicious (author)
Mon Nov 09 13:04:01 -0800 2009
qoobaa (committer)
Mon Nov 09 13:12:29 -0800 2009
commit  d4cd95904b75234d1eb3eb3e1ef1d1c0311972ac
tree    dbda8470f9f418815ef4a2a73b5762add450cf2b
parent  071800c913746f24efaf86293a696dbcdd1f163b
name age message
file .document Thu May 21 11:51:15 -0700 2009 added configuration, initializer [Jakub]
file .gitignore Tue Oct 20 00:45:47 -0700 2009 removed gemspec [qoobaa]
file LICENSE Thu May 21 11:51:15 -0700 2009 added configuration, initializer [Jakub]
file README.rdoc Mon Nov 09 13:12:29 -0800 2009 Typo in README [ravicious]
file Rakefile Sun May 17 13:10:18 -0700 2009 trying to fix gem [Jakub]
file VERSION Mon Jul 27 06:55:34 -0700 2009 added locale string to I18n object [Jakub Kuźma]
directory generators/ Thu May 21 11:51:15 -0700 2009 added configuration, initializer [Jakub]
directory lib/ Mon Jul 27 06:55:34 -0700 2009 added locale string to I18n object [Jakub Kuźma]
directory test/ Sun May 17 12:04:36 -0700 2009 Initial commit to javascript_i18n. [Jakub]
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.