Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Commit 8406f56

Browse files
committed
Fixing readme files
1 parent 76650f3 commit 8406f56

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

packages/cli/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -855,14 +855,14 @@ USAGE
855855
$ bf qnamaker:translate
856856
857857
OPTIONS
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)_

packages/lu/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -142,14 +142,14 @@ USAGE
142142
$ bf qnamaker:translate
143143
144144
OPTIONS
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)_

0 commit comments

Comments
 (0)