Making WordPress.org

Ticket #760: 760-api.diff

File 760-api.diff, 510 bytes (added by stephdau, 10 years ago)

Adds translation support to api.wordpress.org, once 760-wporg.diff is in place

  • plugins/info/1.0/include.php

     
    531531                global $svn_tracker, $bbdb;
    532532                $GLOBALS['topic'] =& $plugin;
    533533                $p = array(
    534                         'name' => $plugin->topic_title,
     534                        'name' => $svn_tracker->translate( 'title', $plugin->topic_title ),
    535535                        'slug' => $plugin->topic_slug,
    536536                        'version' => $plugin->version,
    537537                        'author' => $plugin->author,