Page MenuHomePhabricator

Add the extensions Translate and TranslateNotifications on Wikidata
Closed, ResolvedPublic

Description

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.


Version: wmf-deployment
Severity: enhancement

Details

Reference
bz41585

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 22 2014, 12:58 AM
bzimport set Reference to bz41585.
bzimport added a subscriber: Unknown Object (MLST).
  • Bug 41567 has been marked as a duplicate of this bug. ***

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)