[Electron] Add missing i18n items (#1605)

This commit is contained in:
Chenlei Hu
2024-11-19 15:31:57 -05:00
committed by GitHub
parent 2a7df57404
commit 600b7f93e5

View File

@@ -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'
}
}
},