mediawiki-extensions-Translate

🌐Github mirror of MediaWiki extension Translate - our actual code is hosted with Gerrit (please see https://www.mediawiki.org/wiki/Developer_access for contributing)

OTHER License

Downloads
7.5K
Stars
36
Committers
193

The Translate extension makes MediaWiki a powerful tool to translate every kind of text. It's used especially to translate software user interfaces and to manage multilingual wikis in a sensible way.

Copying

See http://www.gnu.org/licenses/gpl2.html

Installation

For a very very quick start add the following to LocalSettings.php:

wfLoadExtension( 'Translate' );
$wgGroupPermissions['user']['translate'] = true;
$wgGroupPermissions['user']['translate-messagereview'] = true;
$wgGroupPermissions['sysop']['pagetranslation'] = true;

More documentation is at

Contributing

To translate this extension go to https://translatewiki.net and sign up.

To contribute features, fixes and code maintenance, please see

There is also a dedicated Translate and translatewiki.net development environment, see

Known bugs and feature requests are collected and reported at

You can chat with the developers at #wikimedia-language on Libera Chat IRC.

Package Rankings
Top 6.32% on Packagist.org
Related Projects