https://github.com/sourcebroker/t3apitranslatr
TYPO3 extension t3apitranslatr. Get TYPO3 language labels as JSON.
https://github.com/sourcebroker/t3apitranslatr
Last synced: 5 months ago
JSON representation
TYPO3 extension t3apitranslatr. Get TYPO3 language labels as JSON.
- Host: GitHub
- URL: https://github.com/sourcebroker/t3apitranslatr
- Owner: sourcebroker
- License: gpl-2.0
- Created: 2020-02-13T15:44:27.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-05-20T04:16:52.000Z (about 1 year ago)
- Last Synced: 2025-11-27T16:32:19.935Z (6 months ago)
- Language: PHP
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- License: LICENSE.txt
Awesome Lists containing this project
README
TYPO3 Extension ``t3apitranslatr``
##################################
.. image:: https://poser.pugx.org/sourcebroker/t3apitranslatr/v/stable
:target: https://packagist.org/packages/sourcebroker/t3apitranslatr
.. image:: https://poser.pugx.org/sourcebroker/t3apitranslatr/license
:target: https://packagist.org/packages/sourcebroker/t3apitranslatr
.. contents:: :local:
What does it do?
****************
This extension allows to get language labels from ext:translatr as JSON.
Installation
************
Use composer:
::
composer require sourcebroker/t3apitranslatr
After installing the labels are accessible by following endpoint:
``/_api/translations``
To narrow the number of labels fetch you can use tags on ext:translator and get only those tags that are needed on page.
``/_api/translations?tags[]=general&tags[]=user``
Changelog
*********
See https://github.com/sourcebroker/t3apitranslatr/blob/master/CHANGELOG.rst