mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Fix translated length
This commit is contained in:
parent
f064a815cf
commit
1bc80d5dd9
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,7 @@ namespace Flow.Launcher.Infrastructure
|
|||
if (previousIsChinese)
|
||||
{
|
||||
resultBuilder.Append(' ');
|
||||
map.AddNewIndex(i, resultBuilder.Length, translated.Length + 1);
|
||||
map.AddNewIndex(i, resultBuilder.Length, translated.Length);
|
||||
resultBuilder.Append(translated);
|
||||
}
|
||||
else
|
||||
|
|
|
|||
Loading…
Reference in a new issue