You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
40 lines
1.1 KiB
INI
40 lines
1.1 KiB
INI
[CommonSettings]
|
|
bExportLoc=true
|
|
CulturesToGenerate=en
|
|
CulturesToGenerate=es
|
|
CulturesToGenerate=ja
|
|
CulturesToGenerate=ko
|
|
CulturesToGenerate=pt-BR
|
|
CulturesToGenerate=zh-Hans-CN
|
|
|
|
[GatherTextStep0]
|
|
CommandletClass=InternationalizationExport
|
|
SourcePath=./Content/Localization/Engine
|
|
DestinationPath=./Content/Localization/Engine
|
|
ManifestName=Engine.manifest
|
|
ArchiveName=Engine.archive
|
|
PortableObjectName=Engine.po
|
|
|
|
[GatherTextStep1]
|
|
CommandletClass=InternationalizationExport
|
|
SourcePath=./Content/Localization/Editor
|
|
DestinationPath=./Content/Localization/Editor
|
|
ManifestName=Editor.manifest
|
|
ArchiveName=Editor.archive
|
|
PortableObjectName=Editor.po
|
|
|
|
[GatherTextStep2]
|
|
CommandletClass=InternationalizationExport
|
|
SourcePath=./Content/Localization/ToolTips
|
|
DestinationPath=./Content/Localization/ToolTips
|
|
ManifestName=ToolTips.manifest
|
|
ArchiveName=ToolTips.archive
|
|
PortableObjectName=ToolTips.po
|
|
|
|
[GatherTextStep3]
|
|
CommandletClass=InternationalizationExport
|
|
SourcePath=./Content/Localization/PropertyNames
|
|
DestinationPath=./Content/Localization/PropertyNames
|
|
ManifestName=PropertyNames.manifest
|
|
ArchiveName=PropertyNames.archive
|
|
PortableObjectName=PropertyNames.po |