ZeroRatedMobileAccess has been migrated to use JSON i18n for the primary groups "core" and "config". In maintenance/ there is a file called ZeroConfig.i18n.php that is included by ETLZeroData.php:458: include_once( 'ZeroConfig.i18n.php' ); // defines $messages
ETLZeroData::foldInTranslations() then processes that. This method should be made to work with JSON files, so that 'ZeroConfig.i18n.php' is no longer needed.
Version: master
Severity: normal