Page MenuHomePhabricator

Remove Wikipedia Library's "{wp_username}" message from the list of translatable messages
Closed, ResolvedPublic

Description

There's a TWLight message at https://github.com/WikipediaLibrary/TWLight/blob/production/TWLight/users/models.py#L687 , which says {wp_username}. Its documentation says Translators: Do not translate. AFAIK, there's no good way to mark gettext message as ignored in translatewiki, but I might be wrong.

Is it possible to remove it entirely from translatewiki somehow?

Event Timeline

Gettext messages can be marked as ignored like other ones. You just need to find the key for the message: wikipedia-library-97f63c-=7Bwp username=7D

Change 692294 had a related patch set uploaded (by Nikerabbit; author: Nikerabbit):

[translatewiki@master] Wikipedia Library: ignore non-translatable message

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

Change 692294 merged by jenkins-bot:

[translatewiki@master] Wikipedia Library: ignore non-translatable message

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

Nikerabbit claimed this task.