You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
44 lines
1.2 KiB
INI
44 lines
1.2 KiB
INI
[CommonSettings]
|
|
SourcePath=../../../Engine/Content/Localization/ToolTips
|
|
DestinationPath=../../../Engine/Content/Localization/ToolTips
|
|
ManifestName=ToolTips.manifest
|
|
ArchiveName=ToolTips.archive
|
|
SourceCulture=en
|
|
CulturesToGenerate=en
|
|
CulturesToGenerate=ja
|
|
CulturesToGenerate=ko
|
|
CulturesToGenerate=zh-CN
|
|
CulturesToGenerate=sp
|
|
|
|
;Gather text from metadata
|
|
[GatherTextStep0]
|
|
CommandletClass=GatherTextFromMetaData
|
|
IncludePaths=*/Engine/Source/Editor/*
|
|
IncludePaths=*/Engine/Source/Runtime/*
|
|
IncludePaths=*/Engine/Source/Developer/*
|
|
ExcludePaths=*/Engine/Config/Localization/*
|
|
ExcludePaths=*/Engine/Source/Developer/NoRedist/CommunityPortalServices/*
|
|
InputKeys=ToolTip
|
|
OutputNamespaces=UObjectToolTips
|
|
OutputKeys="{FieldPath}"
|
|
|
|
;Write Manifest
|
|
[GatherTextStep1]
|
|
CommandletClass=GenerateGatherManifest
|
|
|
|
;Write Archives
|
|
[GatherTextStep2]
|
|
CommandletClass=GenerateGatherArchive
|
|
bPurgeOldEmptyEntries=true
|
|
|
|
;Write Localized Text Resource
|
|
[GatherTextStep3]
|
|
CommandletClass=GenerateTextLocalizationResource
|
|
ResourceName=ToolTips.locres
|
|
|
|
;Write Text Localization Report
|
|
[GatherTextStep4]
|
|
CommandletClass=GenerateTextLocalizationReport
|
|
DestinationPath=\\epicgames.net\root\UE3\Localization\WordCounts
|
|
bConflictReport=true
|
|
ConflictReportName=TooltipConflicts.txt |