Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/sourcebroker/translatr
- Owner: sourcebroker
- License: gpl-2.0
- Created: 2017-06-01T13:07:23.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-05-22T19:06:26.000Z (8 months ago)
- Last Synced: 2024-05-22T19:58:04.609Z (8 months ago)
- Topics: translate, typo3, typo3-cms-extension, typo3-extension
- Language: PHP
- Homepage:
- Size: 501 KB
- Stars: 5
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- License: LICENSE.txt
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