summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/Translate/README
diff options
context:
space:
mode:
authorYaco <franco@reevo.org>2020-06-04 11:01:00 -0300
committerYaco <franco@reevo.org>2020-06-04 11:01:00 -0300
commitfc7369835258467bf97eb64f184b93691f9a9fd5 (patch)
treedaabd60089d2dd76d9f5fb416b005fbe159c799d /www/wiki/extensions/Translate/README
first commit
Diffstat (limited to 'www/wiki/extensions/Translate/README')
-rw-r--r--www/wiki/extensions/Translate/README28
1 files changed, 28 insertions, 0 deletions
diff --git a/www/wiki/extensions/Translate/README b/www/wiki/extensions/Translate/README
new file mode 100644
index 00000000..778f067d
--- /dev/null
+++ b/www/wiki/extensions/Translate/README
@@ -0,0 +1,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/