Files
UnrealEngineUWP/Engine/Config/Localization/ResourceFileGen.ini

51 lines
1.6 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=es
CulturesToGenerate=ja
CulturesToGenerate=ko
CulturesToGenerate=zh-Hans-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=es
CulturesToGenerate=ja
CulturesToGenerate=ko
CulturesToGenerate=zh-Hans-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=es
CulturesToGenerate=ja
CulturesToGenerate=ko
CulturesToGenerate=zh-Hans-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=es
CulturesToGenerate=ja
CulturesToGenerate=ko
CulturesToGenerate=zh-Hans-CN
ResourceName=PropertyNames.locres