Page MenuHomePhabricator

Invalid "more warnings" label shown during message translation
Closed, ResolvedPublicBUG REPORT

Description

Steps to Reproduce:

  1. Choose a message for translation that is outdated and has a message checker.
  2. Remove the insertable such that we now have 2 warnings appearing, one regarding the message being outdated, and the other regarding missing insertable.
  3. Add the insertable back.

Actual Results:

The outdated warning no longer appears, and an invalid more label button is displayed. See image below,

d194e6dac6d0437ba2271476c552d667.png (608×939 px, 78 KB)

Expected Results:

  1. Only the outdated message warning should be displayed
  2. We should not see the "more" label

Event Timeline

abi_ triaged this task as Medium priority.Apr 12 2019, 7:41 AM

Change 500243 had a related patch set uploaded (by Abijeet Patro; owner: Abijeet Patro):
[mediawiki/extensions/Translate@master] Adds new MessageValidator framework to improve translation validation

https://gerrit.wikimedia.org/r/500243

Change 500243 merged by jenkins-bot:
[mediawiki/extensions/Translate@master] Add new MessageValidator framework to improve translation validation

https://gerrit.wikimedia.org/r/500243

abi_ updated the task description. (Show Details)
abi_ moved this task from QA to Done on the User-abi_ board.

This is now fixed and deployed on Translatewiki.net. Tested to make sure that it was working properly.