From c1601ed1e873c1a4b4d04aaa920ecf8b2efc4431 Mon Sep 17 00:00:00 2001 From: Charles Wahome Date: Wed, 9 Oct 2024 18:14:34 +0300 Subject: [PATCH] Update vscode/microsoft-kiota/src/commands/regenerate/regenerate.service.ts Co-authored-by: Musale Martin --- .../src/commands/regenerate/regenerate.service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vscode/microsoft-kiota/src/commands/regenerate/regenerate.service.ts b/vscode/microsoft-kiota/src/commands/regenerate/regenerate.service.ts index 0e9ae77f1a..8b0c375e53 100644 --- a/vscode/microsoft-kiota/src/commands/regenerate/regenerate.service.ts +++ b/vscode/microsoft-kiota/src/commands/regenerate/regenerate.service.ts @@ -108,7 +108,7 @@ export class RegenerateService { if (!isSuccess) { await exportLogsAndShowErrors(result); } - void vscode.window.showInformationMessage(`Plugin ${this._clientKey} re-generated successfully.`); + void vscode.window.showInformationMessage(vscode.l10n.t(`Plugin ${this._clientKey} re-generated successfully.`)); } return result; });