Skip to content

Commit

Permalink
docs: add examples for the 'crowdin download' command
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-bodnar committed Aug 1, 2023
1 parent 619a41c commit a41905e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions website/mantemplates/crowdin-download.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,18 @@ include::{includedir}/{command}.adoc[tag=picocli-generated-man-section-footer]
=== Notes

- `-l`, `--language=language_code` - defines the language translations that should be downloaded from Crowdin. By default, translations are downloaded for all project's target languages. link:https://developer.crowdin.com/language-codes/[Crowdin Language Codes].

=== Examples

Download multiple languages:

----
crowdin download -l de -l fr -l it
crowdin download --language=de --language=fr --language=it
----

Download all translations even if the corresponding source files are missing locally:

----
crowdin download --all
----

0 comments on commit a41905e

Please sign in to comment.