array( 'l10n path' => 'http://example.com/files/translations/%core/%project/%project-%release.%language.po', ), ); // With this hook it is also possible to add a new project wich does not // exist as a real module or theme project but is treated by the localization // update module as one. The below data is the minumum to be specified. // As in the previous example the 'l10n path' element is optional. $projects['new_example_project'] = array( 'project_type' => 'module', 'name' => 'new_example_project', 'info' => array( 'name' => 'New example project', 'version' => '7.x-1.5', 'core' => '7.x', 'l10n path' => 'http://example.com/files/translations/%core/%project/%project-%release.%language.po', ), ); }