Skip to content

Commit

Permalink
Actualitzat manifest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
btactic-translate-2 committed Oct 30, 2015
1 parent 6f5de1c commit 919ccc7
Showing 1 changed file with 20 additions and 18 deletions.
38 changes: 20 additions & 18 deletions manifest.php
Original file line number Diff line number Diff line change
@@ -1,31 +1,33 @@
<?PHP
/******************************************
* SuiteCRM Translation.
* @URL: https://www.transifex.com/projects/p/suitecrm/
* @author SuiteCRM Community via Transifex
******************************************/
$manifest = array(
'name' => 'Catalan (Spain)',
'description' => 'Created by http://www.transifex.com/projects/p/suitecrm',
/*******************************************************************
* SuiteCRM Translation by bTactic and SuiteCRM Community
* @URL: https://github.com/btactic/suitecrm-catala
* @author bTactic
* SuiteCRM Community: https://www.transifex.com/projects/p/suitecrm
*******************************************************************/

$manifest = array(
'name' => 'Català',
'description' => 'Traducció al Català de SuiteCRM',
'type' => 'langpack',
'is_uninstallable' => 'Yes',
'acceptable_sugar_versions' =>
array (),
'acceptable_sugar_flavors' =>
array('CE'),
'author' => 'Transifex',
'version' => '7.3.0.1',
'published_date' => '14/08/2015',
);
array('CE', 'PRO', 'CORP', 'ENT', 'ULT'),
'author' => 'bTactic and Transifex',
'version' => '7.3.2',
'published_date' => '30/10/2015',
);

$installdefs = array(
'id'=> 'ca_ES',
'id'=> 'ca',
'image_dir'=>'<basepath>/images',
'copy' => array(
array('from'=> '<basepath>/include','to'=>'include'),
array('from'=> '<basepath>/modules','to'=>'modules'),
array('from'=> '<basepath>/install','to'=>'install'),
array('from'=> '<basepath>/custom','to'=>'custom')
array('from'=> '<basepath>/custom','to'=>'custom'))
);

)
);
?>
?>

0 comments on commit 919ccc7

Please sign in to comment.