sourcebroker / translatr
Allows to create translation labels in BE module
Installs: 19 831
Dependents: 1
Suggesters: 0
Security: 0
Stars: 5
Watchers: 4
Forks: 5
Open Issues: 1
Type:typo3-cms-extension
Requires
- typo3/cms-core: ^12.4
This package is auto-updated.
Last update: 2024-10-25 08:50:36 UTC
README
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:
After you edit new label clear the cache so the new labels will be generated:
Changelog
See https://github.com/sourcebroker/translatr/blob/master/CHANGELOG.rst