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 ## Installation For a very very quick start add the following to LocalSettings.php: ```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.