thcipriani added a comment.
In T227814#5327808 <https://phabricator.wikimedia.org/T227814#5327808>, @Lucas_Werkmeister_WMDE wrote: > So did we figure out what happened? (The change @thcipriani linked is by me, and I also think it feels suspect, so I hope this is not my fault 😬) Looking at https://www.mediawiki.org/wiki/Manual:Extension_registration#Migration_for_extension_developers it looks like you should keep `$wgMessagesDirs` specifically for `mergeMessageFileList` (see the comment in the example code on that page) <?php if ( function_exists( 'wfLoadExtension' ) ) { wfLoadExtension( 'FooBar' ); // Keep i18n globals so mergeMessageFileList.php doesn't break $wgMessagesDirs['FooBar'] = __DIR__ . '/i18n'; TASK DETAIL https://phabricator.wikimedia.org/T227814 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: greg, thcipriani Cc: Michael, Lucas_Werkmeister_WMDE, Lea_Lacroix_WMDE, greg, Agusbou2015, Tacsipacsi, Liuxinyu970226, thcipriani, Krinkle, Jdforrester-WMF, Aklapper, Mormegil, darthmon_wmde, Nandana, Imarlier, Lahi, Gq86, GoranSMilovanovic, Jayprakash12345, QZanden, LawExplorer, Vali.matei, _jensen, rosalieper, Srdjan_m, MuhammadShuaib, LNDDYL, Psychoslave, Wikidata-bugs, aude, Gryllida, Shizhao, Arrbee, Mbch331, Jay8g, Krenair
_______________________________________________ Wikidata-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs
