Skip to content

Latest commit

 

History

History
48 lines (28 loc) · 1.06 KB

README.rst

File metadata and controls

48 lines (28 loc) · 1.06 KB

TYPO3 Extension translatr

https://poser.pugx.org/sourcebroker/translatr/v/stable https://poser.pugx.org/sourcebroker/translatr/license

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.

Use composer:

composer require sourcebroker/translatr

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

See https://github.com/sourcebroker/translatr/blob/master/CHANGELOG.rst