Hello! Is there a way to ignore edits and new pages created when using the Translate extension? Every edit generates two Discord events - one for the "Translations:" namespace, then immediately one for the Page_Name/es ("es" being Spanish).
I thought I might at least be able to block the "Translations:" namespace one by setting:
$wgDiscordDisabledNS = ['1198'];
But that doesn't appear to work either.