From 600b7f93e5bbaa311e3f01553d08c850b3de5d0a Mon Sep 17 00:00:00 2001 From: Chenlei Hu Date: Tue, 19 Nov 2024 15:31:57 -0500 Subject: [PATCH] [Electron] Add missing i18n items (#1605) --- src/i18n.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/i18n.ts b/src/i18n.ts index 20d86c47a1..4357ce499d 100644 --- a/src/i18n.ts +++ b/src/i18n.ts @@ -47,7 +47,9 @@ const messages = { systemInfo: 'Operating system and app version', personalInformation: 'Personal information', workflowContent: 'Workflow content', - fileSystemInformation: 'File system information' + fileSystemInformation: 'File system information', + workflowContents: 'Workflow contents', + customNodeConfigurations: 'Custom node configurations' } } },