.phraseapp.yml
PhraseApp configuration file
| Type | object |
|---|---|
| File match |
.phraseapp.yml
|
| Schema URL | https://catalog.lintel.tools/schemas/schemastore/phraseapp-yml/latest.json |
| Source | https://www.schemastore.org/phraseapp.json |
Validate with Lintel
npx @lintel/lintel check
Type:
object
Properties
phraseapp
object
Root element of the PhraseApp config
7 nested properties
defaults
object
Default configuration for API endpoints
1 nested properties
keys/list
object
2 nested properties
sort
string
order
string
host
string
API host URL. Only needs to be changed for OnPremise usage
access_token
string
Access Token for authorization. Can be created in the user profile
file_format
string
File format name. See the format guide in the documentation for all supported file formats.
project_id
string
ID of the project
push
object
1 nested properties
sources
object[]
Source files that will be uploaded on push
minItems=1
pull
object
1 nested properties
targets
object[]
List of files that will be downloaded on pull
minItems=1
Definitions
project_id
string
ID of the project
file_format
string
File format name. See the format guide in the documentation for all supported file formats.
locale_id
string
Locale that should be downloaded. Locale ID or locale name are valid options
encoding
string
Enforces a specific encoding on the file contents. Valid options are "UTF-8", "UTF-16" and "ISO-8859-1"