Nikerabbit has uploaded a new change for review. Change subject: Fixes to statsbar ......................................................................
Fixes to statsbar Given that progress bars can be hundreds of pixels of wide: * Remove rounding of width % to whole number in JS * Allow to decimal digits in PHP (more would just bloat the html size) * The number of untranslated messages could be negative. Since proofread messages are subset of translated messages, don't remove proofread from total number of messages. This was already fixed for the width % but not for counts. Change-Id: I6590c5888de7737f5af66a025d21eea94837bc1f --- M resources/js/ext.translate.statsbar.js M utils/StatsBar.php 2 files changed, 12 insertions(+), 9 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Translate refs/changes/20/38820/1 -- To view, visit https://gerrit.wikimedia.org/r/38820 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I6590c5888de7737f5af66a025d21eea94837bc1f Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/Translate Gerrit-Branch: master Gerrit-Owner: Nikerabbit <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
