Tm not included in create package.

When create a package using create package API TM not included which is exists in project.

Below is Package Options

#region "ProjectPackageCreationOptions"
ProjectPackageCreationOptions options = new ProjectPackageCreationOptions();
#endregion

#region "IncludeRessources"
options.IncludeAutoSuggestDictionaries = true;
options.IncludeMainTranslationMemories = true;
options.RemoveServerBasedTranslationMemories = false;
options.IncludeTermbases = true;
#endregion

#region "RemoveAutomatedTranslationProviders"
options.RemoveAutomatedTranslationProviders = false;
#endregion

#region "RecomputeAnalysisStatistics"
options.RecomputeAnalysisStatistics = false;
options.ProjectTranslationMemoryOptions = ProjectTranslationMemoryPackageOptions.UseExisting;


#endregion
options.IncludeExistingReports = false;
#region "ReturnOptions"
return options;
#endregion

screen shot 

tm in project

Screenshot of a file explorer window showing folders named de-DE, en-US, Packages, Reports, Tm, and a file named SdlPackageDownloadTest_PackageGeneration with a timestamp and file sizes.

Screenshot of a file explorer window within the Tm folder showing a file named ProjectTm_de-DE_en-US.sdltm with a timestamp and file size of 472 KB.

Not in Package 

Screenshot of a file explorer window within the Out folder showing folders named de-DE, en-US, and a file named SdlPackageDownloadTest_PackageGeneration with a timestamp and file size of 10 KB.

I am using Trados 2022



Generated Image Alt-Text
[edited by: RWS Community AI at 5:32 PM (GMT 0) on 14 Nov 2024]
emoji
Parents Reply Children
No Data