localizationteam / l10nmgr
Module for managing localization import and export
Fund package maintenance!
Other
Installs: 379 630
Dependents: 1
Suggesters: 0
Security: 1
Stars: 0
Watchers: 6
Forks: 9
Open Issues: 12
Type:typo3-cms-extension
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
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