https://bugzilla.wikimedia.org/show_bug.cgi?id=41585
Niklas Laxström <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Niklas Laxström <[email protected]> 2012-11-02 07:57:45 UTC --- Cool! I would suggest some configuration changes though: 1) reduce the number of states 2) add automatic state changes per https://www.mediawiki.org/wiki/Help:Extension:Translate/Message_group_states 'wikidatawiki' => array( 'progress' => array( 'color' => 'E00' ), 'proofreading' => array( 'color' => 'FFBF00' ), 'ready' => array( 'color' => 'FF0' ), 'state conditions' => array( array( 'ready', array( 'PROOFREAD' => 'MAX' ) ), array( 'proofreading', array( 'TRANSLATED' => 'MAX' ) ), array( 'progress', array( 'UNTRANSLATED' => 'NONZERO' ) ), ) ), -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
