-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathext_emconf.php
More file actions
27 lines (26 loc) · 1.54 KB
/
ext_emconf.php
File metadata and controls
27 lines (26 loc) · 1.54 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
<?php
/***************************************************************
* Extension Manager/Repository config file for ext "l10nmgr".
* Auto generated 10-03-2015 18:54
* Manual updates:
* Only the data in the array - everything else is removed by next
* writing. "version" and "dependencies" must not be touched!
***************************************************************/
$EM_CONF[$_EXTKEY] = [
'title' => 'Localization Manager',
'description' => 'Power up your TYPO3 translations with L10nmgr! Get exclusive early access to v13! L10nmgr is the go-to extension for professional TYPO3 translations, enabling efficient bulk translation exports and imports. L10nmgr 13 makes multilingual content management even more powerful and flexible! Support L10nmgr now and unlock v13 today! Sponsor us here: https://coders.care/for/crowdfunding/l10nmgr-and-localizer',
'category' => 'module',
'version' => '12.1.0',
'state' => 'stable',
'author' => 'Kasper Skaarhoej, Daniel Zielinski, Daniel Poetzinger, Fabian Seltmann, Andreas Otto, Jo Hasenau, Peter Russ, Stefano Kowalke',
'author_email' => 'kasperYYYY@typo3.com, info@loctimize.com, , , , info@cybercraft.de, pruss@uon.li, info@arroba-it.de',
'author_company' => 'Localization Manager Team',
'constraints' => [
'depends' => [
'typo3' => '11.0.0-12.4.99',
'scheduler' => '11.0.0-12.4.99',
],
'conflicts' => [],
'suggests' => [],
],
];