-
Notifications
You must be signed in to change notification settings - Fork 374
fix: QnA files multi-lang migration fix #6863
Conversation
|
If we have two languages, add qna pairs in dialogName.en-us.qna, will only generate dialogName-manual.source.en-us.qna. You can only generate dialogName-manual.source.qna, it will be copied to other languages on the second step of qna file migration. And every dialogName.{locale}.qna files need to import the dialogName-manual.source.{locale}.qna. |
@liweitian I think this is expected, because only in
if there is not such file, there is no need to import it in every language. |
Co-authored-by: Ben Yackley <61990921+beyackle@users.noreply.github.com> Co-authored-by: Dong Lei <donglei@microsoft.com> Co-authored-by: Chris Whitten <christopher.whitten@microsoft.com>
Description
Fix QnA files multi-lang migration failed, and some regression introduced by lazy indexing
Task Item
#minor
Screenshots