You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
47 lines
1.5 KiB
INI
47 lines
1.5 KiB
INI
;Write Localized Text Resource for Engine
|
|
[GatherTextStep0]
|
|
CommandletClass=GenerateTextLocalizationResource
|
|
SourcePath=../../../Engine/Content/Localization/Engine
|
|
DestinationPath=../../../Engine/Content/Localization/Engine
|
|
ManifestName=Engine.manifest
|
|
CulturesToGenerate=en
|
|
CulturesToGenerate=ja
|
|
CulturesToGenerate=ko
|
|
CulturesToGenerate=zh-CN
|
|
ResourceName=Engine.locres
|
|
|
|
;Write Localized Text Resource for Editor
|
|
[GatherTextStep1]
|
|
CommandletClass=GenerateTextLocalizationResource
|
|
SourcePath=../../../Engine/Content/Localization/Editor
|
|
DestinationPath=../../../Engine/Content/Localization/Editor
|
|
ManifestName=Editor.manifest
|
|
CulturesToGenerate=en
|
|
CulturesToGenerate=ja
|
|
CulturesToGenerate=ko
|
|
CulturesToGenerate=zh-CN
|
|
ResourceName=Editor.locres
|
|
|
|
;Write Localized Text Resource for Editor Tool Tips
|
|
[GatherTextStep1]
|
|
CommandletClass=GenerateTextLocalizationResource
|
|
SourcePath=../../../Engine/Content/Localization/Editor/ToolTips
|
|
DestinationPath=../../../Engine/Content/Localization/Editor/ToolTips
|
|
ManifestName=ToolTips.manifest
|
|
CulturesToGenerate=en
|
|
CulturesToGenerate=ja
|
|
CulturesToGenerate=ko
|
|
CulturesToGenerate=zh-CN
|
|
ResourceName=ToolTips.locres
|
|
|
|
;Write Localized Text Resource for Editor Property Names
|
|
[GatherTextStep1]
|
|
CommandletClass=GenerateTextLocalizationResource
|
|
SourcePath=../../../Engine/Content/Localization/Editor/PropertyNames
|
|
DestinationPath=../../../Engine/Content/Localization/Editor/PropertyNames
|
|
ManifestName=PropertyNames.manifest
|
|
CulturesToGenerate=en
|
|
CulturesToGenerate=ja
|
|
CulturesToGenerate=ko
|
|
CulturesToGenerate=zh-CN
|
|
ResourceName=PropertyNames.locres |