webtranslateit/WebTranslateIt Sync

Synchronize translation files between your GitHub repository and WebTranslateIt

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
api_keyWTI project API key. If not provided, the key is read from the .wti config file.no
configPath to the .wti config fileno.wti
upload_sourcesPush source language files to WebTranslateItnotrue
upload_translationsPush all target (translated) files too (wti push --target)nofalse
push_optionsAdditional flags for wti push (e.g. "--merge --ignore-missing --minor")no--merge --ignore-missing
download_translationsPull translated files from WebTranslateItnotrue
pull_optionsAdditional flags for wti pull (e.g. "--force --locale fr")no""
push_translationsCommit and push downloaded translations to the repositorynotrue
localization_branch_nameBranch name for translation commitsnol10n_wti_translations
commit_messageCommit message for translation updatesnoNew translations from WebTranslateIt
create_pull_requestCreate or update a pull request with translation changesnotrue
pull_request_titleTitle of the pull requestnoNew translations from WebTranslateIt
pull_request_bodyBody of the pull requestnoTranslations synced by [WebTranslateIt GitHub Action](https://github.com/webtranslateit/github-action)
pull_request_labelsComma-separated labels to apply to the pull requestnolocalization
pull_request_base_branch_nameBase branch for the pull request (defaults to the repository default branch)no""
namedescription
pull_request_urlURL of the created or updated pull request
pull_request_numberNumber of the created or updated pull request