summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/Translate/README
blob: 778f067deb9fd4b152d091f9d552ee7857138b19 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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
 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? File a bug or feature request or join us at #mediawiki-i18n
  and let us know what you have in mind.

Known bugs and feature requests are collected at:
 https://phabricator.wikimedia.org/tag/mediawiki-extensions-translate/