MediaWiki Language Extension Bundle/2025.07
Appearance
From mediawiki.org
We would like to announce the release of MediaWiki Language Extension Bundle 2025.07. This bundle is compatible with MediaWiki 1.44.0. It requires PHP >= 8.1.0.
The next MLEB is expected to be released in 6 months after MediaWiki 1.45 release. If there are important bug fixes, we will do an intermediate release. Please give us your feedback at https://www.mediawiki.org/wiki/Talk:MLEB.
- Download: https://translatewiki.net/mleb/MediaWikiLanguageExtensionBundle-2025.07.tar.bz2
- sha256sum: 4bde98632adeba62710779ec36025abb225939fe0b5052f6e793fcc84e1afb2e
- Signature: https://translatewiki.net/mleb/MediaWikiLanguageExtensionBundle-2025.07.tar.bz2.asc
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/postorius/lists/mediawiki-i18n.lists.wikimedia.org/
- Report bugs to: https://phabricator.wikimedia.org/project/view/1464
Release notes for each extension are below.
Highlights
[edit ]CleanChanges extension is no longer part of MLEB releases. See T379896 . The Language filter has been integrated into the Translate extension. The User filter will be deprecated; use the standard Special:Contributions page as an alternative.
- To enable the language filter on
Special:RecentChanges
, set$wgTranslateRecentChangesLanguageFilter = true;
Babel
[edit ]- Localisation and maintenance updates only.
cldr
[edit ]- Localisation and maintenance updates only.
Translate
[edit ]- Require
translate-empty-category
permission to create translations of empty categories (T390348). By default, all users witheditpage
permission, automatically receive this permission as well. - Hide edit summaries in
Special:TranslationStash
(T381131) - Support adding of summary message for Special:ManageTranslatorSandbox (T398280)
- Remove
characterEditStats.php
script as it's no longer relevant or maintained (T398171) - Improvements to
Special:AggregateGroups
page- Make Codex version the default for
Special:AggregateGroups
(T388360) - Remove legacy version code for
Special:AggregateGroups
(T388360, Gerrit change 1168612)
- Make Codex version the default for
- Support summary message for
Special:ManageTranslatorSandbox
(T398280) - Show message group name in title on
Special:Translate
(Gerrit change 1164479) - Add link to mark a page for translation in the page actions (T396625)
- Improve handling of Gettext file format errors on
Special:ImportTranslations
page (T394739) - Allow metadata display for deleted translation units (T388988)
- Localisation and maintenance updates.