Index: trunk/extensions/Translate/Translate.php |
— | — | @@ -515,7 +515,9 @@ |
516 | 516 | $wgTranslateGroupFiles = array(); |
517 | 517 | |
518 | 518 | /** |
519 | | - * @todo document |
| 519 | + * List of possible message group review workflow states. |
| 520 | + * Up two 32 characters each. |
| 521 | + * Example: array( 'new', 'needs_proofreading', 'ready', 'published', ); |
520 | 522 | */ |
521 | 523 | $wgTranslateWorkflowStates = false; |
522 | 524 | |