An open API service indexing awesome lists of open source software.

https://github.com/wikimedia/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)
https://github.com/wikimedia/mediawiki-extensions-translate

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

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.