adt/phraseapp

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

This package is auto-updated.

Last update: 2024-09-13 15:13:45 UTC


README

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

通过composer安装

composer require adt/phraseapp

在*.neon中推荐配置

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

services:
	- ADT\PhraseApp(%phraseapp%)