search and ai stabilization work, localization stablized.

This commit is contained in:
master
2026-02-24 23:29:36 +02:00
parent 4f947a8b61
commit b07d27772e
766 changed files with 55299 additions and 3221 deletions

View File

@@ -1,3 +1,5 @@
using static StellaOps.Localization.T;
namespace StellaOps.Audit.ReplayToken;
/// <summary>
@@ -67,7 +69,7 @@ public sealed partial class ReplayToken : IEquatable<ReplayToken>
{
if (string.IsNullOrWhiteSpace(value))
{
throw new ArgumentException("Token value cannot be empty.", nameof(value));
throw new ArgumentException(_t("common.audit.replay_token_value_empty"), nameof(value));
}
Value = value.Trim();