-
Notifications
You must be signed in to change notification settings - Fork 3
/
ext_emconf.php
35 lines (33 loc) · 1.5 KB
/
ext_emconf.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
31
32
33
34
35
<?php
/***************************************************************
* Extension Manager/Repository config file for ext: "localizer"
*
* Auto generated by Extension Builder 2015-07-13
*
* Manual updates:
* Only the data in the array - anything else is removed by next write.
* "version" and "dependencies" must not be touched!
***************************************************************/
$EM_CONF['localizer'] = [
'title' => 'Localizer for TYPO3',
'description' => 'This extension provides a fully automated workflow and a graphical user interface for the well known Localization Manager (l10nmgr). While the L10nmgr still provides exports and imports of records and files, the Localizer will take care of all the necessary steps in between. Editors responsible for translations won\'t have to deal with any L10nmgr configurations anymore and as an administrator you create just one configuration per Localizer Project.',
'category' => 'module',
'author' => 'Jo Hasenau, Peter Russ',
'author_email' => 'jh@cybercraft.de, peter.russ@4many.net',
'state' => 'alpha',
'internal' => '',
'uploadfolder' => '0',
'createDirs' => '',
'clearCacheOnLoad' => 0,
'version' => '11.0.0',
'constraints' => [
'depends' => [
'typo3' => '10.4.0-11.5.99',
'scheduler' => '10.4.0-11.5.99',
'static_info_tables' => '6.9.0-0.0.0',
'l10nmgr' => '11.0.0-0.0.0',
],
'conflicts' => [],
'suggests' => [],
],
];