Module for managing localization import and export

Package info

github.com/CodersCare/l10nmgr

Homepage

Documentation

Type:typo3-cms-extension

pkg:composer/localizationteam/l10nmgr

Fund package maintenance!

Other

Statistics

Installs: 415 644

Dependents: 1

Suggesters: 0

Stars: 1

Open Issues: 19

12.2.0 2025-10-03 12:08 UTC

Requires

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