https://github.com/koala-framework/kwf-zanata
https://github.com/koala-framework/kwf-zanata
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/koala-framework/kwf-zanata
- Owner: koala-framework
- Created: 2020-10-29T10:39:55.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-24T10:27:06.000Z (almost 5 years ago)
- Last Synced: 2025-12-31T23:55:01.216Z (6 months ago)
- Language: PHP
- Size: 9.77 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
To use zanta you will need a user and api-token.
Please add it to a config file in your home directory:
~/.config/koala-framework/kwf-zanata/config
It should look like this:
{
"user": "yourUserName",
"apiToken": "yourApiKey"
}
composer.json extra entry should look like this:
...
"extra": {
"kwf-zanata": {
"project": "my-project",
"version": "2",
"docId": "resourceFile",
"restApiUrl": "https://translate.zanata.org/rest"
},
...
},
...
+ docId is the name of the uploaded translation-file.
+ Use restApiUrl to access custom deployed zanata instance