diff --git a/website/mantemplates/crowdin-download.adoc b/website/mantemplates/crowdin-download.adoc index 727852b5b..67416ec75 100644 --- a/website/mantemplates/crowdin-download.adoc +++ b/website/mantemplates/crowdin-download.adoc @@ -14,3 +14,7 @@ include::{includedir}/{command}.adoc[tag=picocli-generated-man-section-commands] include::{includedir}/{command}.adoc[tag=picocli-generated-man-section-options] 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]. diff --git a/website/mantemplates/crowdin-upload-translations.adoc b/website/mantemplates/crowdin-upload-translations.adoc index 282868d3f..7320d0ef7 100644 --- a/website/mantemplates/crowdin-upload-translations.adoc +++ b/website/mantemplates/crowdin-upload-translations.adoc @@ -14,3 +14,7 @@ include::{includedir}/{command}.adoc[tag=picocli-generated-man-section-commands] include::{includedir}/{command}.adoc[tag=picocli-generated-man-section-options] include::{includedir}/{command}.adoc[tag=picocli-generated-man-section-footer] + +=== Notes + +- `-l`, `--language=language_code` - defines the language translations that should be uploaded to Crowdin. By default, translations are uploaded to all project's target languages. link:https://developer.crowdin.com/language-codes/[Crowdin Language Codes].