Page MenuHomePhabricator

Implement the equivalent of PHP Language::formatSize() and Language::formatComputingNumbers() in JavaScript mediawiki.language
Open, MediumPublic

Description

Implement the equivalent of PHP Language::formatSize() and Language::formatComputingNumbers() in JavaScript mediawiki.language. There is a partial implementation in mediawiki.special.upload.js (function prettySize), which should be changed to use the new library.