Port export changes to develop (#8329)

Signed-off-by: Anna Khismatullina <anna.khismatullina@gmail.com>
This commit is contained in:
Anna Khismatullina
2025-03-25 21:10:51 +05:00
committed by GitHub
parent 163f6785c9
commit 6beddd3b16
80 changed files with 1557 additions and 987 deletions
+1 -21
View File
@@ -118,26 +118,6 @@ export default mergeIds(settingId, setting, {
StartOfTheWeek: '' as IntlString,
SystemSetupString: '' as IntlString,
DefaultString: '' as IntlString,
WorkspaceNamePattern: '' as IntlString,
Export: '' as IntlString,
DataToExport: '' as IntlString,
ExportDocuments: '' as IntlString,
ExportIssues: '' as IntlString,
ExportTestCases: '' as IntlString,
ExportTestRuns: '' as IntlString,
ExportTestPlans: '' as IntlString,
ExportFormat: '' as IntlString,
ExportJSON: '' as IntlString,
ExportCSV: '' as IntlString,
ExportUnifiedFormat: '' as IntlString,
ExportIncludeContent: '' as IntlString,
ExportEverything: '' as IntlString,
ExportAttributesOnly: '' as IntlString,
ExportRequestSuccess: '' as IntlString,
ExportRequestSuccessMessage: '' as IntlString,
ExportRequestFailed: '' as IntlString,
ExportRequestFailedMessage: '' as IntlString,
ExportCompleted: '' as IntlString,
ExportFailed: '' as IntlString
WorkspaceNamePattern: '' as IntlString
}
})