Page MenuHomePhabricator

SF_Utils::formDropdownHTML needs proper i18n
Closed, ResolvedPublicBUG REPORT

Description

SF_Utils::formDropdownHTML Uses namespace name + colon as label for a <select>. Should use a message without hardcoded colon. In addition it should be wrapped with <label> to join it to the dropdown.


Version: unspecified
Severity: minor

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 21 2014, 11:58 PM
bzimport set Reference to bz33236.

Thanks; I believe both of these are fixed now in SVN.

I'd really like to have a real translatable message here, instead of trying to reuse the namespace name.

Aklapper triaged this task as Low priority.Feb 4 2022, 8:07 PM
Aklapper changed the subtype of this task from "Task" to "Bug Report".

Change 913214 had a related patch set uploaded (by Yaron Koren; author: Yaron Koren):

[mediawiki/extensions/PageForms@master] Add i18n message for "Form:" label

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

Change 913214 merged by jenkins-bot:

[mediawiki/extensions/PageForms@master] Add i18n message for "Form:" label

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

Yaron_Koren claimed this task.

Marking as "Resolved" - I believe this is fully fixed now.