Files
UnrealEngineUWP/Engine/Config/Localization/Engine.ini
2014-09-16 18:22:35 -04:00

72 lines
1.9 KiB
INI

[CommonSettings]
SourcePath=./Content/Localization/Engine
DestinationPath=./Content/Localization/Engine
ManifestName=Engine.manifest
ArchiveName=Engine.archive
PortableObjectName=Engine.po
SourceCulture=en
CulturesToGenerate=en
CulturesToGenerate=es
CulturesToGenerate=ja
CulturesToGenerate=ko
CulturesToGenerate=pt-BR
CulturesToGenerate=zh-Hans-CN
;Gather text from source code
[GatherTextStep0]
CommandletClass=GatherTextFromSource
IncludePaths=./Source/Runtime/
IncludePaths=./Source/Rocket/
IncludePaths=./Source/Developer/
IncludePaths=./Config/
ExcludePaths=*/Config/Localization/*
ExcludePaths=*/Source/Developer/NoRedist/CommunityPortalServices/*
ExcludePaths=*/Source/Developer/NoRedist/UnrealEngineLauncherServices/*
ExcludePaths=*/Source/Developer/NoRedist/BuildPatchServices/*
SourceFileSearchFilters=*.cpp
SourceFileSearchFilters=*.h
SourceFileSearchFilters=*.c
SourceFileSearchFilters=*.inl
SourceFileSearchFilters=*.mm
SourceFileSearchFilters=*.ini
;Gather text from assets
[GatherTextStep1]
CommandletClass=GatherTextFromAssets
IncludePaths=./Content/*
ExcludePaths=*/Content/Editor/*
ExcludePaths=*/Content/Developers/*
ExcludePaths=*/Content/Localization/*
ExcludePaths=*/Content/TestPackages/*
ExcludePaths=*/Content/QA_Assets/*
ExcludePaths=*/Content/EngineSounds/*
ExcludePaths=*/Content/Maps/Automation/*
ExcludePaths=*/Content/Tutorial/*
PackageExtensions=*.umap
PackageExtensions=*.upk
PackageExtensions=*.uasset
bFixBroken=false
;Write Manifest
[GatherTextStep2]
CommandletClass=GenerateGatherManifest
;Write Archives
[GatherTextStep3]
CommandletClass=GenerateGatherArchive
bPurgeOldEmptyEntries=true
;Import localized PO files
[GatherTextStep4]
CommandletClass=InternationalizationExport
bImportLoc=true
;Write Localized Text Resource
[GatherTextStep5]
CommandletClass=GenerateTextLocalizationResource
ResourceName=Engine.locres
;Export PO files
[GatherTextStep6]
CommandletClass=InternationalizationExport
bExportLoc=true