Page MenuHomePhabricator

Export Translations doesn't work with some pages
Closed, ResolvedPublic2 Estimated Story PointsBUG REPORT

Description

I want to export all translations of this page on Meta-Wiki.

Steps to replicate the issue (include links if applicable):

What happens?:
An error message pops up: "The specified group IP Editing: Privacy Enhancement and Abuse Mitigation/IP Info feature/Call for Feedback does not exist."

Event Timeline

This seems to be because Special:ExportTranslations doesn’t allow exporting discouraged message groups (rETRA src/Synchronization/ExportTranslationsSpecialPage.php:135 (at 6fd67a881b9e)), but apparently the JavaScript-based message group selector doesn’t consider this (if you disable JavaScript, you can’t select the group in the first place). So there are two ways to restore consistency:

  • Teach the JS solution to ignore these groups. This obviously doesn’t help you achieve what you want, but at least does so consistently. (However, you can work around the limitation by encouraging translation – even right now, without any code changes.)
  • Teach the PHP solution not to ignore these groups. I don’t know what problems this would cause, but I suppose this limitation was introduced on purpose. (Maybe just to make the dropdown list more usable? With the JS-based group selector, this is less of a concern.)

Limitation was introduced in rETRA55d9157f81aa6a49ec01eabba16a5f2d6a48e23c without explanation. I don't think it's necessary.

Change #1016338 had a related patch set uploaded (by Abijeet Patro; author: Abijeet Patro):

[mediawiki/extensions/Translate@master] Allow discouraged groups to be exported

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

abi_ changed the task status from Open to In Progress.Wed, Apr 3, 8:24 AM
abi_ claimed this task.
abi_ triaged this task as Medium priority.
abi_ set the point value for this task to 2.

Change #1016338 merged by jenkins-bot:

[mediawiki/extensions/Translate@master] Allow discouraged groups to be exported

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

As Tacsipacsi mentioned, the problem was occurring when selecting discouraged pages.

On translatewiki.net, the page https://translatewiki.net/wiki/User:Nike/Sandbox_Test is discouraged, but is now select-able (and exportable) on https://translatewiki.net/wiki/Special:ExportTranslations