Nikerabbit has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/70592


Change subject: Update some docs in Translate.php
......................................................................

Update some docs in Translate.php

Change-Id: Ieaf8abe2248f84c9c684dc5e7e278266ee3094eb
---
M Translate.php
1 file changed, 7 insertions(+), 7 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Translate 
refs/changes/92/70592/1

diff --git a/Translate.php b/Translate.php
index b186e70..9cefa57 100644
--- a/Translate.php
+++ b/Translate.php
@@ -40,6 +40,7 @@
 /** @endcond */
 
 /**
+ * Registering varios resources
  * @cond file_level_code
  */
 
@@ -211,6 +212,8 @@
 $wgJobClasses['TranslateSandboxReminderJob'] = 'TranslateSandboxReminderJob';
 
 require "$dir/Resources.php";
+/** @endcond */
+
 
 # == Configuration variables ==
 
@@ -426,7 +429,7 @@
 
 /**
  * List of namespace that contain messages. No talk namespaces.
- * @see http://translatewiki.net/wiki/Translating:Group_configuration
+ * @see 
https://www.mediawiki.org/wiki/Help:Extension:Translate/Group_configuration
  */
 $wgTranslateMessageNamespaces = array( NS_MEDIAWIKI );
 
@@ -465,7 +468,7 @@
  * If the value is false, the workflow states feature is disabled.
  * State name can be up to 32 characters maximum.
  * Example:
- * $wgTranslateWorkflowStates["groupid"] = array(
+ * $wgTranslateWorkflowStates = array(
  *      'new' => array( 'color' => 'FF0000' ), // red
  *      'needs_proofreading' => array( 'color' => '0000FF' ), // blue
  *      'ready' => array( 'color' => 'FFFF00' ), // yellow
@@ -474,9 +477,6 @@
  *          'right' => 'centralnotice-admin',
  *      ),
  * );
- * If there is a default workflowstate for all groups, define it like this:
- *  $wgTranslateWorkflowStates["default"] = array( // configuration )
- *
  */
 $wgTranslateWorkflowStates = false;
 
@@ -562,14 +562,14 @@
 /**
  * Whether to allow users to sign up via a sandbox. Sandboxed users cannot do
  * much until approved and thus they can be get rid of easily.
- * @since 2013-04
+ * @since 2013.04
  */
 $wgTranslateUseSandbox = false;
 
 /**
  * To which group the translators are promoted. If left at false, they will 
just
  * be removed from sandbox and become normal users.
- * @since 2013-04
+ * @since 2013.04
  */
 $wgTranslateSandboxPromotedGroup = false;
 

-- 
To view, visit https://gerrit.wikimedia.org/r/70592
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ieaf8abe2248f84c9c684dc5e7e278266ee3094eb
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Translate
Gerrit-Branch: master
Gerrit-Owner: Nikerabbit <niklas.laxst...@gmail.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to