Tablesorter: Replace wgContentLanguage by wgPageContentLanguage
authorFomafix <fomafix@googlemail.com>
Tue, 3 Feb 2015 13:51:32 +0000 (13:51 +0000)
committerDerk-Jan Hartman <hartman.wiki@gmail.com>
Sat, 13 Jun 2015 17:00:48 +0000 (19:00 +0200)
commit26028647120c5844cdd459e09aa63581fbd07555
treee8f28bfed864e9aa586f0d9e91dfc671aca61dc2
parent8af83f4ff833b40ce9497e25ff2df439a0fa18a3
Tablesorter: Replace wgContentLanguage by wgPageContentLanguage

wgContentLanguage contains the language code of whole project.
wgPageContentLanguage contains the language code of the content of the page.

For example https://translatewiki.net/wiki/Project:About/de?uselang=eo has
* wgContentLanguage en
* wgPageContentLanguage de
* wgUserLanguage eo

The tablesorter works on the content of the page.

Change-Id: I3e51d96c838a3a4f4562c1f27c360d515e4d8ca6
resources/src/jquery/jquery.tablesorter.js
tests/qunit/suites/resources/jquery/jquery.tablesorter.parsers.test.js
tests/qunit/suites/resources/jquery/jquery.tablesorter.test.js