Files
UnrealEngineUWP/Engine/Config/Localization/EditorTutorials.ini
2014-10-15 00:55:17 -04:00

47 lines
1.1 KiB
INI

[CommonSettings]
SourcePath=./Content/Localization/EditorTutorials
DestinationPath=./Content/Localization/EditorTutorials
ManifestName=EditorTutorials.manifest
ArchiveName=EditorTutorials.archive
PortableObjectName=EditorTutorials.po
SourceCulture=en
CulturesToGenerate=es
CulturesToGenerate=en
CulturesToGenerate=ja
CulturesToGenerate=ko
CulturesToGenerate=pt-BR
CulturesToGenerate=zh-CN
ModulesToPreload=IntroTutorials
;Gather text from assets
[GatherTextStep0]
CommandletClass=GatherTextFromAssets
IncludePaths=./Content/Tutorial/*
PackageExtensions=*.umap
PackageExtensions=*.upk
PackageExtensions=*.uasset
bFixBroken=false
;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=EditorTutorials.locres
;Export to PO files
[GatherTextStep5]
CommandletClass=InternationalizationExport
bExportLoc=true