aboutsummaryrefslogtreecommitdiffstats
path: root/resources/mediawiki.language
Commit message (Expand)AuthorAgeFilesLines
* Split /resources into /resources/lib and /resources/srcJames D. Forrester2014-04-0718-1028/+0
* Minor fixes for existing jsduck documentation in resources/mediawiki/*Timo Tijhof2014-03-261-2/+2
* Set up node-jscs via Grunt (and pass it)Timo Tijhof2014-03-246-25/+25
* Clean up whitespace in various javascript filesFomafix2014-01-301-1/+1
* JSDuck-ify /resources/mediawiki.language/*Bartosz Dziewoński2014-01-1618-113/+150
* mw.language.convertPlural: Check if matching form existsKevin Israel2013-10-241-0/+4
* Provide month names via mediawiki.language.months RL moduleMatmaRex2013-07-291-0/+54
* Correct the regular expression for explicit plural formsSanthosh Thottingal2013-07-231-2/+1
* Support explicit plural forms at client side l10nSanthosh Thottingal2013-07-161-0/+24
* Merge "Commafy support for convertNumber"jenkins-bot2013-02-262-43/+244
|\
| * Commafy support for convertNumberSanthosh Thottingal2013-02-212-43/+244
* | Extend Russian grammar supportAmir E. Aharoni2013-02-181-3/+26
|/
* (bug 40354) Add support for formatnum in jqueryMsg parserSanthosh Thottingal2013-01-211-4/+7
* Lint: Pass mediawiki.language.Timo Tijhof2012-11-1913-79/+89
* Lint: Go-go-gadget jshint! Passing entire JS code base (again).Timo Tijhof2012-11-103-21/+24
* Remove all custom plural rules and use CLDR plural rule systemSanthosh Thottingal2012-09-2042-612/+4
* (bug 40380) inexistent language files are loadedHashar2012-09-2042-4/+612
* Remove all custom plural rules and use CLDR plural rule systemSanthosh Thottingal2012-09-1542-612/+4
* Adding JavaScript CLDR plural parser.Niklas Laxström2012-08-235-45/+38
* Kranitor #2: Pass JSHint on resources/mediawiki/*Timo Tijhof2012-08-092-21/+27
* Remove duplication of Langauge digitTransformTable in javascript.Santhosh Thottingal2012-06-185-42/+4
* Merge "Custom grammar rules in javascript for some languages"Siebrand2012-06-1213-0/+394
|\
| * Custom grammar rules in javascript for some languagesSanthosh Thottingal2012-06-0413-0/+394
* | mw.language: Document ability to set multiple values at once.Timo Tijhof2012-06-091-45/+50
* | Big oops - merged to wrong branch.awjrichards2012-06-052-50/+60
* | Revert to arbitrarily old point before initial remote branch creation to help...awjrichards2012-06-022-60/+50
* | Reverse the dependency for mediawiki.language.dataSanthosh Thottingal2012-06-052-50/+60
|/
* (bug 33658) support for {{GRAMMAR:}} in jqueryMsgSanthosh Thottingal2012-04-101-1/+67
* reintroduce the shortcut evaluation removed in r108403 and r108405Santhosh Thottingal2012-01-161-0/+4
* Make the plural rules for Southern Sami consistant with the rules in Languag...Santhosh Thottingal2012-01-101-4/+7
* Make the plural rules consistant with the rules in LanguageSe.php.Santhosh Thottingal2012-01-101-5/+5
* Make the javascript implementation of Macedonian(mk) plural consistant with p...Santhosh Thottingal2012-01-101-1/+1
* Cleanup the convertPLural method for Lithuanian(lt)Santhosh Thottingal2012-01-091-4/+1
* Remove unnecessary break statement after return statement.Santhosh Thottingal2012-01-091-2/+0
* Parser can take mw.user too along with male, female for {{gender:$1|..}}Santhosh Thottingal2012-01-021-2/+2
* Use strict comparison for length property.Santhosh Thottingal2012-01-021-4/+4
* Add gender support. This method is useful only if we have parser that can und...Santhosh Thottingal2012-01-021-0/+26
* mediaWiki.language.convertPlural not required since it is same as the default...Santhosh Thottingal2011-10-011-5/+0
* Fix Bug 29299 - Zero should be considered plural for pt-brSanthosh Thottingal2011-10-011-1/+1
* Add digitTransformTable for pt, pt-br and nlSanthosh Thottingal2011-09-263-0/+21
* parseInt with base 10, update comment (number -> num)Antoine Musso2011-03-171-2/+2
* fixed some parseInts to have a base, renamed a var from number -> num since n...Neil Kandalgaonkar2011-03-101-8/+8
* Wrapping core modules (FIXME from r79929)Krinkle2011-01-311-6/+8
* (bug 26265) Many semicolons are missing from JavaScript filesSam Reed2010-12-062-2/+2
* (bug 26265) Many semicolons are missing from JavaScript filesSam Reed2010-12-0623-23/+23
* (bug 26265) Many semicolons are missing from JavaScript filesSam Reed2010-12-0619-19/+19
* Start fixing up javascript function documentationSam Reed2010-11-301-6/+6
* whitespace commit (removing trailing space)Krinkle2010-11-221-1/+1
* clean-up trailing spaces and tabs in js/css resourcesKrinkle2010-11-121-13/+13
* * Break long linesTim Starling2010-11-051-2/+3