Module for managing localization import and export

Fund package maintenance!
Other

Installs: 382 440

Dependents: 1

Suggesters: 0

Security: 1

Stars: 0

Watchers: 6

Forks: 11

Open Issues: 13

Type:typo3-cms-extension

12.1.0 2025-03-17 21:13 UTC

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