Skip to content

Commit

Permalink
misc 添加翻译
Browse files Browse the repository at this point in the history
  • Loading branch information
chr233 committed Dec 3, 2024
1 parent 7e08658 commit 2c684c4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ASFEnhance/Explorer/Command.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ internal static class Command
await Task.Delay(200).ConfigureAwait(false);
}

return bot.FormatBotResponse("探索队列浏览完毕");
return bot.FormatBotResponse(Langs.DiscoveryQueueExploreredSuccess);
}

/// <summary>
Expand Down
3 changes: 3 additions & 0 deletions ASFEnhance/Localization/Langs.resx
Original file line number Diff line number Diff line change
Expand Up @@ -1476,4 +1476,7 @@
<data name="AccountBanRecordList" xml:space="preserve">
<value>账号受到的游戏封禁记录:</value>
</data>
<data name="DiscoveryQueueExploreredSuccess" xml:space="preserve">
<value>探索队列浏览完毕</value>
</data>
</root>

0 comments on commit 2c684c4

Please sign in to comment.