Santhosh Thottingal 0e61876af5 Merge branch 'extra_languages' of git://github.com/amire80/jquery.uls into amire80-extra_languages
Conflicts:
	src/jquery.uls.data.js
	src/jquery.uls.data.utils.js

Change-Id: I9c321891707b0d68328f4e4c8be1bd451794072d
2013-01-07 15:45:48 +05:30
2012-12-14 09:46:03 +02:00
2013-01-02 12:58:29 +02:00
2012-09-26 14:50:29 -07:00
2012-11-19 10:34:54 +01:00
2012-10-08 07:43:41 +02:00
2012-09-23 21:46:30 -07:00
2012-09-23 21:46:30 -07:00
2012-09-23 21:46:30 -07:00
2012-12-30 20:34:32 +02:00

jQuery Universal Language Selector

Universal Language Selector

Build Status

This is a Wikimedia Foundation Internationalization team project.

Universal Language Selector

Quick start

git clone https://github.com/wikimedia/jquery.uls.git

Documentation

For documentation and examples please visit the wiki

How to build and test jQuery ULS

First, get a copy of the git repo by running:

git clone git://github.com/wikimedia/jquery.uls.git

Make sure you have grunt installed by testing:

grunt -version

If not, run:

npm install

To run tests locally, run grunt test. This will run the tests in PhantomJS.

You can also run the tests in a browser by navigating to the test/ directory, but first run grunt to install the submodules.

Coding style

Please follow jQuery coding guidelines

Versioning

For transparency and insight into the release cycle, and to upgrading easier, we use the Semantic Versioning guidelines as much as possible.

Releases will be numbered with the following format:

<major>.<minor>.<patch>

And constructed with the following guidelines:

  • Breaking backward compatibility bumps the major (and resets the minor and patch)
  • New additions without breaking backward compatibility bumps the minor (and resets the patch)
  • Bug fixes and misc changes bumps the patch

For more information on SemVer, please visit http://semver.org/.

Languages
JavaScript 91.5%
CSS 7.8%
HTML 0.4%
Shell 0.3%