tinajohnson / 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)

Home Page:https://gerrit.wikimedia.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 very very quick start add the following to LocalSettings.php:

 require "$IP/extensions/Translate/Translate.php";
 $wgGroupPermissions['user']['translate'] = true;
 $wgGroupPermissions['user']['translate-messagereview'] = true;
 $wgGroupPermissions['sysop']['pagetranslation'] = true;

More documentation is at
 https://www.mediawiki.org/wiki/Help:Extension:Translate/Installation
 https://www.mediawiki.org/wiki/Help:Extension:Translate/Configuration

== Contributing ==
* Translations? Go to https://translatewiki.net and sign up.
* Code? File format handlers? New message groups? Graphics? Suggestions?
  Bug reports? Please start a thread at http://translatewiki.net/wiki/Support,
  report a bug in https://bugzilla.wikimedia.org or join us at #mediawiki-i18n
  and let us know what you have in mind.

Known bugs and feature requests are collected at:
 https://translatewiki.net/wiki/Issues_and_features and
 https://bugzilla.wikimedia.org/buglist.cgi?resolution=---&component=Translate

Documentation for the extension is at:
 https://www.mediawiki.org/wiki/Help:Extension:Translate
And for the code at:
 https://translatewiki.net/docs/Translate/html/

About

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://gerrit.wikimedia.org

License:Other