Files
UnrealEngineUWP/Engine/Config/Localization/EditorTutorials.ini
Jamie Dale c664545e5b Removed Arabic from Engine localization targets
This only existed to specify the legacy localization fallback font name to use for Arabic, and since that feature was removed in 4.24 Arabic is no longer needed as we don't translate the Engine itself into that language.

#fyi Tim.Gautier, Michelle.Zhao
#rnx

[CL 10076849 by Jamie Dale in Main branch]
2019-11-07 17:27:39 -05:00

64 lines
1.9 KiB
INI

[CommonSettings]
ManifestDependencies=Content/Localization/Engine/Engine.manifest
ManifestDependencies=Content/Localization/Editor/Editor.manifest
ManifestDependencies=Content/Localization/Category/Category.manifest
ManifestDependencies=Content/Localization/Keywords/Keywords.manifest
ManifestDependencies=Content/Localization/PropertyNames/PropertyNames.manifest
ManifestDependencies=Content/Localization/ToolTips/ToolTips.manifest
SourcePath=Content/Localization/EditorTutorials
DestinationPath=Content/Localization/EditorTutorials
ManifestName=EditorTutorials.manifest
ArchiveName=EditorTutorials.archive
PortableObjectName=EditorTutorials.po
PlatformSplitMode=ELocTextPlatformSplitMode::Restricted
NativeCulture=en
CulturesToGenerate=es
CulturesToGenerate=en
CulturesToGenerate=ja
CulturesToGenerate=ko
CulturesToGenerate=pt-BR
CulturesToGenerate=zh-Hans
ModulesToPreload=IntroTutorials
;Gather text from assets
[GatherTextStep0]
CommandletClass=GatherTextFromAssets
IncludePathFilters=Content/Tutorial/*
PackageFileNameFilters=*.umap
PackageFileNameFilters=*.upk
PackageFileNameFilters=*.uasset
bFixBroken=false
ShouldGatherFromEditorOnlyData=true
;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
;Write Text Localization Report
[GatherTextStep6]
CommandletClass=GenerateTextLocalizationReport
DestinationPath=\\epicgames.net\root\UE3\Localization\WordCounts
bWordCountReport=true
WordCountReportName=EditorTutorials.csv
bConflictReport=true
ConflictReportName=EditorTutorialsConflicts.txt