Page MenuHomePhabricator

add a language code to look for double escaped messages
Closed, InvalidPublicFeature

Description

Why

  • find double escaped messages more quickly

What

  • add a special language code called ?uselang=x-double-escape or similar, that changes every message to <test>key-name</test>. then the user can look for &lt;test&gt;key-name&lt;/test&gt; to indicate a key that needs fixing.

Notes

Event Timeline

What would the advantage be of using this instead of x-xss, which already contains angle brackets in a slightly different format?

Ah, you're right. The existing uselang=x-xss would work just fine here.

image.png (1×2 px, 304 KB)

Good thinking. Closing.