Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Update README.md #201

Merged
merged 1 commit into from
Oct 30, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
uses: crowdin/github-action@v1
with:
upload_sources: true
upload_translations: true
upload_translations: false
download_translations: true
localization_branch_name: l10n_crowdin_translations
create_pull_request: true
Expand Down Expand Up @@ -96,12 +96,12 @@ In case you don’t want to download translations from Crowdin (`download_transl
upload_sources_args: '--no-auto-update label=web'

# Upload translations options
upload_translations: true
upload_translations: false
upload_language: 'uk'
auto_approve_imported: true
import_eq_suggestions: true
# This can be used to pass down any supported argument of the `upload translations` cli command, e.g.
upload_translations_args: '--auto-approve-imported --translate-hidden'
#upload_translations_args: '--auto-approve-imported --translate-hidden'

# Download sources options
download_sources: true
Expand Down
Loading