localizationteam/l10nmgr
Module for managing localization import and export
Maintainers
Package info
Type:typo3-cms-extension
pkg:composer/localizationteam/l10nmgr
Fund package maintenance!
12.2.0
2025-10-03 12:08 UTC
Requires
- php: >=8.1
- ext-ftp: *
- ext-pdo: *
- ext-xml: *
- typo3/cms-backend: ^11.5 || ^12.4
- typo3/cms-core: ^11.5 || ^12.4
- typo3/cms-fluid: ^11.5 || ^12.4
- typo3/cms-scheduler: ^11.5 || ^12.4
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.1.0
- friendsoftypo3/phpstan-typo3: ^0.9
- phpcompatibility/php-compatibility: ^9.3
- phpstan/phpstan: ^1.10
- ssch/typo3-rector: ^2.5
- typo3/testing-framework: ^8.0
Suggests
None
Provides
None
Conflicts
None
Replaces
None
GPL-2.0-or-later ed84b125872385e2a6f8e28420a6cddd3e58ff32
- Kasper Skaarhoej <kasperYYYY.woop@typo3.com>
- Daniel Zielinski <info.woop@loctimize.com>
- Daniel Poetzinger
- Fabian Seltmann
- Andreas Otto
- Jo Hasenau <info.woop@cybercraft.de>
- Peter Russ <pruss.woop@uon.li>
- Stefano Kowalke <info.woop@arroba-it.de>
i18ntranslationlanguagel10nlocalizationinternationalizationTYPO3 CMSt9n
README
The Localization Manager (l10nmgr) is a localization management extension for TYPO3 supporting a variety of online and offline translation workflows.
Makefile
The extension comes with a Makefile to provide a unified interface for some developer related tasks.
Run make without any parameters to get the help which shows all available tasks:
$ make
help List available tasks on this project
lint Lints all PHP files of the project
fix Adjust the code to the CGL via PHP-CS-Fixer
stan Run PHPStan on the files
stan-baseline Creates a new PHPStan baseline
docs_render Render the documentation
docs_serve Serve the rendered documentation
