Hello,
I'm trying to add Meta as a wiki in my tool, WPCleaner.
Meta has differences with the usual languages wikis, like the fact that a
page can have translations. Such translations are handled by
Extension:Translate, which prevents updating the translated pages through
API:Edit (getting error tpt-target-page when trying to update such page).
How can I know before using API:Edit that it will not work?
If possible, when retrieving basic information about the page (like
API:Query:Info).
My need is to skip such pages (avoid getting their content and working on
them) for the moment.
Nico