Skip to content
This repository has been archived by the owner on Apr 18, 2021. It is now read-only.

qoobaa/javascript_i18n

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Dead simple JavaScript i18n tool for your Rails application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published