Last modified: 2013-05-19 21:01:06 UTC
Add the extensions Translate and TranslateNotifications on Wikidata according to the outcome of the discussion on "Project chat" (http://www.wikidata.org/wiki/Wikidata:Project_chat#Translate_extensions) Any configuration should be similar to Meta.
*** Bug 41567 has been marked as a duplicate of this bug. ***
https://gerrit.wikimedia.org/r/#/c/31342/
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' ) ), ) ),
Related URL: https://gerrit.wikimedia.org/r/64539 (Gerrit Change I2a4b70a075dabe0489456db372a6ee40c9360c4d)