Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1 KB

README.rdoc

File metadata and controls

30 lines (21 loc) · 1 KB

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 © 2009 Jakub Kuźma. See LICENSE for details.