adt/phraseapp

v1.6.3 2019-02-13 03:10 UTC

This package is auto-updated.

Last update: 2024-04-13 14:24:00 UTC


README

Import/export of PhraseApp translations.
Upstream push takes in account only default language.
Upstream push does not update translations (just adds).

Installation via composer

composer require adt/phraseapp

Recommended config in *.neon:

parameters:
	phraseapp:
		appId: <yourPhraseAppId>
		appDescription: <yourCompanyOrProjectDescriptionWithEmail>
		authToken: <authorizationToken>
		defaultCode: <shortLanguageCodeForExample 'cs'>

services:
	- ADT\PhraseApp(%phraseapp%)