Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sourcebroker/translatr

TYPO3 extension translatr. Allows to translate labels and store it in database.
https://github.com/sourcebroker/translatr

translate typo3 typo3-cms-extension typo3-extension

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

TYPO3 Extension ``translatr``
#############################

.. image:: https://poser.pugx.org/sourcebroker/translatr/v/stable
:target: https://packagist.org/packages/sourcebroker/translatr

.. image:: https://poser.pugx.org/sourcebroker/translatr/license
:target: https://packagist.org/packages/sourcebroker/translatr

.. contents:: :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:: Documentation/Images/Workflow.png
:width: 100%

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

.. image:: Documentation/Images/Cache.png
:width: 100%

Changelog
*********

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