TYPO3 Extension t3apitranslatr
¶
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