Page MenuHomePhabricator

Make all language related qunit tests for all languages run in single qunit test
Open, MediumPublic

Description

Make all language related qunit tests for all languages run in single qunit test- mediawiki.jqueryMsg.test.js does that

Details

Reference
bz49119

Event Timeline

bzimport raised the priority of this task from to High.Nov 22 2014, 1:47 AM
bzimport set Reference to bz49119.
bzimport added a subscriber: Unknown Object (MLST).

Is this a request that's about i18n or about testing?

Testing of i18n features ;) Pick one.

Currently the tests only run for UI and content language so we miss tests for many languages.

(In reply to comment #2)

Currently the tests only run for UI and content language so we miss tests for
many languages.

Is this is a shortcoming of the test framework, of the tests, of the i18n framework, or of the i18n implementation of the tests?

I'm mainly concerned about making the right people aware of this request, and currently I cannot assess the main area for classification of this issue.

(From memory) the affected i18n modules need light rewriting to allow loading and using language data for arbitrary languages.

Arrbee lowered the priority of this task from High to Medium.Apr 25 2018, 3:32 PM
Nikerabbit updated the task description. (Show Details)

Removed Language-Team tag as we are currently not having maintenance focus on core i18n.