Jump to content

Extension:MachineTranslation

From mediawiki.org
MediaWiki extensions manual
MachineTranslation
Release status: stable
Implementation User interface
Description Provides page translation using various machine translation services.
Author(s) Universal Omega
MediaWiki 1.43.0+
  • $wgMachineTranslationUseJobQueue
  • $wgMachineTranslationTranslateTitle
  • $wgMachineTranslationServiceConfig
  • $wgMachineTranslationTimeout
  • $wgMachineTranslationRobotPolicy
  • $wgMachineTranslationDisplayLanguageName
  • $wgMachineTranslationCachingTime
  • $wgMachineTranslationCaching
Licence GNU General Public License 3.0 or later
Download
Translate the MachineTranslation extension if it is available at translatewiki.net

The MachineTranslation extension provides page translation using various machine translation services. It currently supports DeepL, Google Translate, and any LibreTranslate instance.

For reporting an issue or a bug, please use the Miraheze Issue Tracker. See here for the workboard.

Installation

[edit]
  • Download and move the extracted MachineTranslation folder to your extensions/ directory.
    Developers and code contributors should install the extension from Git instead, using:
    cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/MachineTranslation
    
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'MachineTranslation' );
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.