sourcebroker/t3apitranslatr

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

Installs: 9 865

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 4

Forks: 1

Open Issues: 0

Type:typo3-cms-extension

2.6.0 2022-11-29 17:26 UTC

This package is auto-updated.

Last update: 2024-03-29 04:25:21 UTC


README

image

image

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