-
Notifications
You must be signed in to change notification settings - Fork 377
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 <[email protected]> Co-authored-by: Dong Lei <[email protected]> Co-authored-by: Chris Whitten <[email protected]>
Description
Fix QnA files multi-lang migration failed, and some regression introduced by lazy indexing
Task Item
#minor
Screenshots