Merge pull request #573 from Flow-Launcher/locale_comment

add comment to explain locale swap
This commit is contained in:
Jeremy Wu 2021-07-18 22:48:34 +10:00 committed by GitHub
commit 988fa1c1ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -135,7 +135,7 @@ namespace Flow.Launcher.Test.Plugins
var queryConstructor = new QueryConstructor(new Settings());
var baseQuery = queryConstructor.CreateBaseQuery();
// system running this test could have different locale than the hard-coded 1033 LCID en-US.
var queryKeywordLocale = baseQuery.QueryKeywordLocale;
expectedString = expectedString.Replace("1033", queryKeywordLocale.ToString());