-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathmanifest.php
30 lines (28 loc) · 998 Bytes
/
manifest.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?PHP
/******************************************
* Русификация языковых файлов SuiteCRM.
* Последние обновления доступны по адресу:
* https://github.com/likhobory/SuiteCRM7RU
* @author likhobory <[email protected]>
******************************************/
$manifest = array(
'name' => 'RUSSIAN RAPIRA LANGUAGE PACK FOR SUITECRM',
'description' => 'очередной перевод на великий и могучий',
'type' => 'langpack',
'is_uninstallable' => 'Yes',
'acceptable_sugar_versions' =>
array(),
'acceptable_sugar_flavors' =>
array('CE'),
'author' => 'likhobory',
'version' => '7.14.6',
'published_date' => '2023/11/05',
);
$installdefs = array(
'id' => 'ru_ru',
'copy' => array(
array('from' => '<basepath>/include','to' => 'include',),
array('from' => '<basepath>/modules','to' => 'modules'),
array('from' => '<basepath>/install','to' => 'install'),
)
);