sourcebroker/translatr
Allows to create translation labels in BE module
Maintainers
Package info
github.com/sourcebroker/translatr
Type:typo3-cms-extension
pkg:composer/sourcebroker/translatr
Requires
- typo3/cms-core: ^13.4
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
GPL-2.0-or-later aff8ce329b4cbebf6be3c78c8774ab6f697294d4
This package is auto-updated.
Last update: 2026-06-20 06:47:08 UTC
README
👁 https://poser.pugx.org/sourcebroker/translatr/v/stable
👁 https://poser.pugx.org/sourcebroker/translatr/license
What does it do?
This extension allows to translate labels. The difference compared to other translation extension is that the labels are stored in database. To avoid performance issues on first use of labels in frontend the xlf files are generated and stored in typo3temp folder.
Installation
Use composer:
composer require sourcebroker/translatr
Usage
Workflow to add new labels:
👁 Documentation/Images/Workflow.png
After you edit new label clear the cache so the new labels will be generated:
👁 Documentation/Images/Cache.png
Changelog
See https://github.com/sourcebroker/translatr/blob/master/CHANGELOG.rst
