-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathext_emconf.php
More file actions
29 lines (27 loc) · 1.12 KB
/
ext_emconf.php
File metadata and controls
29 lines (27 loc) · 1.12 KB
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
<?php
/***************************************************************
* Extension Manager/Repository config file for ext: "datamints_locallang_builder"
*
* Auto generated by Extension Builder 2021-11-16
*
* Manual updates:
* Only the data in the array - anything else is removed by next write.
* "version" and "dependencies" must not be touched!
***************************************************************/
$EM_CONF[$_EXTKEY] = [
'title' => 'datamints Locallang Builder',
'description' => 'Offers developers and editors a backend module for creating, changing and translating language files for your extensions. Significant improvement of the workflow by using an independent translation provider such as Azure, DeepL or Google Translate.',
'category' => 'module',
'author' => 'Mark Weisgerber',
'author_email' => 'mark.weisgerber@outlook.de, m.weisgerber@datamints.com',
'state' => 'stable',
'clearCacheOnLoad' => 1,
'version' => '13.0.0',
'constraints' => [
'depends' => [
'typo3' => '13.0.0-13.99.99',
],
'conflicts' => [],
'suggests' => [],
],
];