sourcebroker/t3apitranslatr

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

Maintainers

👁 sourcebroker

Package info

github.com/sourcebroker/t3apitranslatr

Type:typo3-cms-extension

pkg:composer/sourcebroker/t3apitranslatr

Statistics

Installs: 16 410

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

3.2.0 2025-05-19 18:18 UTC

Requires

Requires (Dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

  • typo3-ter/t3apitranslatr: 3.2.0

GPL-2.0-or-later 63f41d13aba042082b72bac698c15770272a4678

  • SourceBroker Team

This package is auto-updated.

Last update: 2026-06-20 06:43:17 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