From 5118a87bd2ea30be08a5ce19a83306c025a10369 Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Tue, 14 Jul 2026 09:05:17 +0200 Subject: [PATCH] Removed unused localization helper method --- app/MindWork AI Studio/Chat/ManagedTranscriptAttachment.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/MindWork AI Studio/Chat/ManagedTranscriptAttachment.cs b/app/MindWork AI Studio/Chat/ManagedTranscriptAttachment.cs index 915d2b8c..5dbd3e5a 100644 --- a/app/MindWork AI Studio/Chat/ManagedTranscriptAttachment.cs +++ b/app/MindWork AI Studio/Chat/ManagedTranscriptAttachment.cs @@ -167,7 +167,4 @@ public sealed record ManagedTranscriptAttachment(string FileName, string FilePat /// Gets the platform path comparison used for canonical containment checks. private static StringComparison PathComparison => OperatingSystem.IsWindows() ? StringComparison.OrdinalIgnoreCase : StringComparison.Ordinal; - - /// Returns localized text while registering the US-English fallback with I18N. - private static string TB(string fallbackEN) => I18N.I.T(fallbackEN, typeof(ManagedTranscriptAttachment).Namespace, nameof(ManagedTranscriptAttachment)); } \ No newline at end of file