https://bugzilla.wikimedia.org/show_bug.cgi?id=63588
--- Comment #3 from Erik Bernhardson <[email protected]> --- Unfortunately these are interface messages, they are rendered in the backend and passed pre-rendered to the frontend because WikimediaMessages extension, imo, is a complete kludge. If your not familiar the WikimediaMessages extension is what is used to replace generic i18n messages with wikimedia specific ones. It works by passing your i18n keys by reference into a hook and allowing it to mutate them however it feels like. This basically means the list of messages provided to resource loader has to become dynamic rather than static. I'm open to suggestions, but the only one I have right now is the throw away WikimediaMessages and write an extension that actually replaces the i18n values without the application knowing the difference. But I don't have any time to write that. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
