sourcebroker / translatr

TYPO3 extension translatr. Allows to translate labels and store it in database.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TYPO3 Extension translatr

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

About

TYPO3 extension translatr. Allows to translate labels and store it in database.

License:GNU General Public License v2.0


Languages

Language:PHP 81.6%Language:HTML 9.3%Language:Shell 6.5%Language:Dockerfile 2.6%