sourcebroker/translatr

Allows to create translation labels in BE module

Installs: 17 457

Dependents: 1

Suggesters: 0

Security: 0

Stars: 5

Watchers: 4

Forks: 5

Open Issues: 0

Type:typo3-cms-extension

5.0.1 2023-06-24 17:58 UTC

README

image

image

local

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:

image

After you edit new label clear the cache so the new labels will be generated:

image

Changelog

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