You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
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]
49 lines
1.4 KiB
INI
49 lines
1.4 KiB
INI
[CommonSettings]
|
|
bImportLoc=true
|
|
NativeCulture=en
|
|
CulturesToGenerate=en
|
|
CulturesToGenerate=es
|
|
CulturesToGenerate=ja
|
|
CulturesToGenerate=ko
|
|
CulturesToGenerate=pt-BR
|
|
CulturesToGenerate=zh-Hans
|
|
|
|
[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
|
|
|
|
[GatherTextStep4]
|
|
CommandletClass=InternationalizationExport
|
|
SourcePath=Content/Localization/EditorTutorials
|
|
DestinationPath=Content/Localization/EditorTutorials
|
|
ManifestName=EditorTutorials.manifest
|
|
ArchiveName=EditorTutorials.archive
|
|
PortableObjectName=EditorTutorials.po |