Hello all,
I would like to announce the release of MediaWiki Language Extension Bundle 2021.04. This bundle is compatible with MediaWiki 1.34 or above and requires PHP 7.2 or above.
Next MLEB is expected to be released in 3 months. If there are very important bug fixes, we will do an intermediate release. Please give us your feedback at [[Talk:MLEB|https://www.mediawiki.org/wiki/Talk:MLEB]].
* Download: https://translatewiki.net/mleb/MediaWikiLanguageExtensionBundle-2021.04.tar.... * sha256sum: 652b7838b4c87fba80ca46ebd15a106bf3fd4e9cc202417de6ee3ad33d2a8048 * Signature: https://translatewiki.net/mleb/MediaWikiLanguageExtensionBundle-2021.04.tar....
Quick links: * Installation instructions are at: https://www.mediawiki.org/wiki/MLEB * Announcements of new releases will be posted to a mailing list: https://lists.wikimedia.org/mailman/listinfo/mediawiki-i18n * Report bugs to: https://phabricator.wikimedia.org/ * Talk with us at: #mediawiki-i18n @ Freenode
Release notes for each extension are below.
-- Kartik Mistry
== Babel == * Fixed Mediawiki requirement. Requires >= 1.34.0. * Maintenance and localization updates.
== cldr, CleanChanges and LocalisationUpdate == * Maintenance and localization updates only.
== Translate == * Consider translated optional messages towards meeting the export threshold ({{Phab|T159122}}) * Do not lock pages indefinitely during translatable page moves ({{Gerrit|661125}}) * Support new HTML-y translation variable syntax ({{Phab|T274881}}) * Limit pages that can be moved from the UI to 500 by default. ({{Phab|T277431}}) ** This can be modified by updating the configuration: <code>$wgTranslatePageMoveLimit</code> * Add moveTranslatablePage script that can move any number of pages ({{Phab|T275109}}) * Rename Special:SupportedLanguages to Special:ActiveLanguages externally ({{Gerrit|673007}}) * Add description/summary to Special:PagePreparation ({{Phab|T276911}}) * Add help link to Special:PageMigration | ({{Phab|T277031}}) * (MW >= 1.36) Enable "opt-in" translation aware transclusion for templates ({{Phab|T47096}}) ** This has to be manually enabled for existing translatable pages but is enabled by default for new pages. * Add script to cleanup obsolete rows from translate_groupstats ({{Gerrit|673261}}) * Fix metadata handling for translatable page moves and deletions ({{Gerrit|666357}}) * Namespace for classes under the <code>src/</code> folder has been changed to: <code>MediaWiki\Extension\Translate</code> instead of: <code>MediaWiki\Extensions\Translate</code>. <code>class_alias</code> has been used to ensure existing functionality and cached data does not break. The alias will be removed in the next MLEB release.
== UniversalLanguageSelector == * Ensure ULS supports modern Vector ({{Phab|T273232}},{{Phab|T273928}}) * Maintenance and localization updates.
=== Fonts === * Update Junicode to 1.002 ({{Phab|T173573}})