https://bugzilla.wikimedia.org/show_bug.cgi?id=50284

James Forrester <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|Normal                      |High
                 CC|                            |[email protected]

--- Comment #7 from James Forrester <[email protected]> ---
Presumably there is a simple check we can do for whether the page is under the
protection of the Translate extension, so we can do

if (
  …
  if <Translate extension installed> && !<page is Translate-protected>
  …
) { <do not load> }

… in the code in ViewPageTarget init?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to