We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd2d3c6 commit 6210454Copy full SHA for 6210454
Flow.Launcher.Infrastructure/Alphabet.cs
@@ -32,7 +32,7 @@ public string Translate(string content)
32
{
33
if (_settings.ShouldUsePinyin)
34
35
- if (_pinyinCache.ContainsKey(content))
+ if (!_pinyinCache.ContainsKey(content))
36
37
if (WordsHelper.HasChinese(content))
38
0 commit comments