sourcebroker/t3apitranslatr

Bridge between ext:t3api and ext:translatr which allows to get language labels as JSON.

Installs: 11 922

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 4

Forks: 1

Open Issues: 0

Type:typo3-cms-extension

3.0.0 2024-09-25 08:42 UTC

This package is auto-updated.

Last update: 2024-10-25 08:50:59 UTC


README

https://poser.pugx.org/sourcebroker/t3apitranslatr/v/stable https://poser.pugx.org/sourcebroker/t3apitranslatr/license

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