CLDRPluralRuleParser: Move from src/ to lib/ without local patch
authorTimo Tijhof <krinklemail@gmail.com>
Fri, 4 May 2018 02:28:10 +0000 (03:28 +0100)
committerTimo Tijhof <krinklemail@gmail.com>
Fri, 4 May 2018 02:28:10 +0000 (03:28 +0100)
commit715b6907ced1727a0f132526cc7893b2faae2e8e
treeb7c26ede31423de54d33b5a5b10e9b797e98cd9e
parent96ba4ff44f49ea12598ae9a0554e4e4751fbcb41
CLDRPluralRuleParser: Move from src/ to lib/ without local patch

Follows-up 648667ac9f, which didn't move this module because
it had a local patch for exposing via module.exports and mw.lib
(instead of its default 'pluralRuleParser' global).

Restore the file back to a clean copy from upstream, and perform
the export via a separately concatenated file instead, using the
same pattern we already use for 'oojs' and 'moment'.

Change-Id: I27ee80dc34e0ad5206cf9c1ce68be3ec8811ecf8
resources/Resources.php
resources/lib/CLDRPluralRuleParser/CLDRPluralRuleParser.js [new file with mode: 0644]
resources/src/mediawiki.libs.pluralruleparser/export.js [new file with mode: 0644]
resources/src/mediawiki.libs/CLDRPluralRuleParser.js [deleted file]