summaryrefslogtreecommitdiff
blob: a2cfe1119af7ea3ee110c0d36582ff14c1d6f9e4 (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
29
30
31
32
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 https://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