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)
- Host: GitHub
- URL: https://github.com/wikimedia/mediawiki-extensions-translate
- Owner: wikimedia
- License: other
- Created: 2012-11-01T19:32:57.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2025-04-03T07:28:46.000Z (2 months ago)
- Last Synced: 2025-04-03T07:32:58.036Z (2 months ago)
- Language: PHP
- Homepage: https://gerrit.wikimedia.org
- Size: 76.7 MB
- Stars: 38
- Watchers: 5
- Forks: 20
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: HISTORY
- License: COPYING
- Code of conduct: CODE_OF_CONDUCT.md
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.