descriptionA client-side internationalization library for JavaScript web applications
homepage URLhttp://search.wikia.com/wiki/UI/Internationalization
ownerrainer.blome@gmx.de
last changeThu, 24 Jul 2008 21:51:30 +0000 (24 23:51 +0200)
content tags
add:
readme

js-i18n is an ECMAScript (JavaScript) package for client-side internationalization of Web 2.0 (ECMAScript) applications.
It is intended for translating texts used in the user interface of the application, for example the names of menu items or buttons.

Client-side means that the mapping from text id to translated text is done on the client (the browser). The server does not need to know the language being displayed on the client.

This makes it possible to switch the user interface language on the fly, without reloading the page.

The library is currently in use at the Wikia Search project.

The best documentation can currently be found here:
http://search.wikia.com/wiki/UI/Internationalization

COPYING

Copyright (c) 2008, Rainer Blome

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:

- Redistributions of source code must retain the above copyright
  notice, this list of conditions and the following disclaimer.

- Redistributions in binary form must reproduce the above copyright
  notice, this list of conditions and the following disclaimer in the
  documentation and/or other materials provided with the distribution.

- Neither the name(s) of the copyright holder(s), nor the names of any
  contributors may be used to endorse or promote products derived from
  this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
shortlog
2008-07-24 Rainer BlomeThis is the version that has been deployed on re.search... mastermob
2008-07-24 Rainer BlomeIntitial version, posted to search-ui on 2008/06/16
heads
15 years ago mob
15 years ago master