-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathext_emconf.php
More file actions
20 lines (19 loc) · 625 Bytes
/
ext_emconf.php
File metadata and controls
20 lines (19 loc) · 625 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?php
$EM_CONF['ew_llxml2xliff'] = [
'title' => 'Converting llxml to xliff',
'description' => 'Provides a backend module to convert locallang.xml and locallang.php files
to xliff. For every language, contained in the source file, an extra file gets created.',
'category' => 'module',
'author' => 'Sebastian Fischer',
'author_email' => 'typo3@evoweb.de',
'author_company' => 'evoWeb',
'state' => 'stable',
'version' => '7.0.1',
'constraints' => [
'depends' => [
'typo3' => '14.0.0-14.4.99',
],
'conflicts' => [],
'suggests' => [],
],
];