2020-04-24 14:49:53 -04:00
|
|
|
[CommonSettings]
|
2015-04-20 12:25:37 -04:00
|
|
|
SourcePath=./Content/Localization/Keywords
|
|
|
|
|
DestinationPath=./Content/Localization/Keywords
|
|
|
|
|
ManifestName=Keywords.manifest
|
|
|
|
|
ArchiveName=Keywords.archive
|
|
|
|
|
PortableObjectName=Keywords.po
|
2015-07-06 14:42:02 -04:00
|
|
|
NativeCulture=en
|
2015-04-20 12:25:37 -04:00
|
|
|
CulturesToGenerate=es
|
|
|
|
|
CulturesToGenerate=en
|
|
|
|
|
CulturesToGenerate=ja
|
|
|
|
|
CulturesToGenerate=ko
|
|
|
|
|
CulturesToGenerate=pt-BR
|
2019-08-14 11:01:42 -04:00
|
|
|
CulturesToGenerate=zh-Hans
|
2015-04-20 12:25:37 -04:00
|
|
|
|
|
|
|
|
;Gather text from metadata
|
|
|
|
|
[GatherTextStep0]
|
|
|
|
|
CommandletClass=GatherTextFromMetaData
|
2015-05-04 14:14:47 -04:00
|
|
|
IncludePathFilters=Source/Editor/*
|
|
|
|
|
IncludePathFilters=Source/Runtime/*
|
|
|
|
|
IncludePathFilters=Source/Developer/*
|
2018-03-26 18:36:58 -04:00
|
|
|
IncludePathFilters=Plugins/*
|
2018-03-26 18:33:03 -04:00
|
|
|
ExcludePathFilters=*/NoRedist/*
|
|
|
|
|
ExcludePathFilters=*/NotForLicensees/*
|
2015-04-20 12:25:37 -04:00
|
|
|
InputKeys=Keywords
|
|
|
|
|
OutputNamespaces=UObjectKeywords
|
|
|
|
|
OutputKeys="{FieldPath}"
|
2015-07-14 20:25:28 -04:00
|
|
|
ShouldGatherFromEditorOnlyData=true
|
2015-04-20 12:25:37 -04:00
|
|
|
|
|
|
|
|
;Write Manifest
|
|
|
|
|
[GatherTextStep1]
|
|
|
|
|
CommandletClass=GenerateGatherManifest
|
|
|
|
|
|
|
|
|
|
;Write Archives
|
|
|
|
|
[GatherTextStep2]
|
|
|
|
|
CommandletClass=GenerateGatherArchive
|
|
|
|
|
bPurgeOldEmptyEntries=true
|
|
|
|
|
|
|
|
|
|
;Import localized PO files
|
|
|
|
|
[GatherTextStep3]
|
|
|
|
|
CommandletClass=InternationalizationExport
|
|
|
|
|
bImportLoc=true
|
|
|
|
|
|
|
|
|
|
;Write Localized Text Resource
|
|
|
|
|
[GatherTextStep4]
|
|
|
|
|
CommandletClass=GenerateTextLocalizationResource
|
|
|
|
|
ResourceName=Keywords.locres
|
|
|
|
|
|
|
|
|
|
;Export to PO files
|
|
|
|
|
[GatherTextStep5]
|
|
|
|
|
CommandletClass=InternationalizationExport
|
2015-05-04 14:07:38 -04:00
|
|
|
bExportLoc=true
|
|
|
|
|
|
2015-05-18 15:41:33 -04:00
|
|
|
;Write Text Localization Report
|
|
|
|
|
[GatherTextStep6]
|
|
|
|
|
CommandletClass=GenerateTextLocalizationReport
|
|
|
|
|
DestinationPath=\\epicgames.net\root\UE3\Localization\WordCounts
|
|
|
|
|
bWordCountReport=true
|
|
|
|
|
WordCountReportName=Keywords.csv
|
|
|
|
|
bConflictReport=true
|
2022-04-13 18:08:19 -04:00
|
|
|
ConflictReportFormat=EConflictReportFormat::CSV
|
|
|
|
|
; Do not add an extension to the filename. EConflictReportFormat will be used to append the correct extension
|
|
|
|
|
ConflictReportName=KeywordsConflicts
|