This repository was archived by the owner on Jan 15, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +16
-16
lines changed
Expand file tree Collapse file tree 2 files changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -855,14 +855,14 @@ USAGE
855855 $ bf qnamaker:translate
856856
857857OPTIONS
858- --in=in Source .qna file(s) or QnA maker application JSON model
859- --out=out Output folder name. If not specified stdout will be used as output
860- --recurse Indicates if sub-folders need to be considered to find .qna file(s)
861- --srclang=srclang Source lang code. Auto detect if missing.
862- --tgtlang=tgtlang (required) Comma separated list of target languages.
863- --translate_comments=translate_comments When set, machine translate comments found in .qna file
864- --translate_link_text=translate_link_text When set, machine translate link description in .qna file
865- --translatekey=translatekey (required) Machine translation endpoint key.
858+ --in=in Source .qna file(s) or QnA maker application JSON model
859+ --out=out Output folder name. If not specified stdout will be used as output
860+ --recurse Indicates if sub-folders need to be considered to find .qna file(s)
861+ --srclang=srclang Source lang code. Auto detect if missing.
862+ --tgtlang=tgtlang (required) Comma separated list of target languages.
863+ --translate_comments When set, machine translate comments found in .qna file
864+ --translate_link_text When set, machine translate link description in .qna file
865+ --translatekey=translatekey (required) Machine translation endpoint key.
866866```
867867
868868_ See code: [ @microsoft/bf-lu ] ( https://github.com/microsoft/botframework-cli/blob/v1.0.0/src/commands/qnamaker/translate.ts ) _
Original file line number Diff line number Diff line change @@ -142,14 +142,14 @@ USAGE
142142 $ bf qnamaker:translate
143143
144144OPTIONS
145- --in=in Source .qna file(s) or QnA maker application JSON model
146- --out=out Output folder name. If not specified stdout will be used as output
147- --recurse Indicates if sub-folders need to be considered to find .qna file(s)
148- --srclang=srclang Source lang code. Auto detect if missing.
149- --tgtlang=tgtlang (required) Comma separated list of target languages.
150- --translate_comments=translate_comments When set, machine translate comments found in .qna file
151- --translate_link_text=translate_link_text When set, machine translate link description in .qna file
152- --translatekey=translatekey (required) Machine translation endpoint key.
145+ --in=in Source .qna file(s) or QnA maker application JSON model
146+ --out=out Output folder name. If not specified stdout will be used as output
147+ --recurse Indicates if sub-folders need to be considered to find .qna file(s)
148+ --srclang=srclang Source lang code. Auto detect if missing.
149+ --tgtlang=tgtlang (required) Comma separated list of target languages.
150+ --translate_comments When set, machine translate comments found in .qna file
151+ --translate_link_text When set, machine translate link description in .qna file
152+ --translatekey=translatekey (required) Machine translation endpoint key.
153153```
154154
155155_ See code: [ src/commands/qnamaker/translate.ts] ( https://github.com/microsoft/botframework-cli/blob/v1.0.0/src/commands/qnamaker/translate.ts ) _
You can’t perform that action at this time.
0 commit comments