Files
UnrealEngine/Engine/Plugins/Online/OnlineFramework/Config/Localization/OnlineFramework.ini
2025-05-18 13:04:45 +08:00

55 lines
1.4 KiB
INI

[CommonSettings]
SourcePath=Plugins/Online/OnlineFramework/Content/Localization/OnlineFramework
DestinationPath=Plugins/Online/OnlineFramework/Content/Localization/OnlineFramework
ManifestName=OnlineFramework.manifest
ArchiveName=OnlineFramework.archive
PortableObjectName=OnlineFramework.po
ResourceName=OnlineFramework.locres
NativeCulture=en
CulturesToGenerate=en
CulturesToGenerate=fr
CulturesToGenerate=de
CulturesToGenerate=es
CulturesToGenerate=es-419
CulturesToGenerate=it
CulturesToGenerate=ja
CulturesToGenerate=ko
CulturesToGenerate=ru
CulturesToGenerate=zh-Hans
CulturesToGenerate=ar
CulturesToGenerate=pl
CulturesToGenerate=pt-BR
;Gather text from source code
[GatherTextStep0]
CommandletClass=GatherTextFromSource
SearchDirectoryPaths=Plugins/Online/OnlineFramework/Source/
FileNameFilters=*.cpp
FileNameFilters=*.h
FileNameFilters=*.c
FileNameFilters=*.inl
FileNameFilters=*.mm
FileNameFilters=*.ini
ShouldGatherFromEditorOnlyData=false
;Write Manifest
[GatherTextStep1]
CommandletClass=GenerateGatherManifest
;Write Archives
[GatherTextStep2]
CommandletClass=GenerateGatherArchive
;Import localized PO files
[GatherTextStep3]
CommandletClass=InternationalizationExport
bImportLoc=true
;Write Localized Text Resource
[GatherTextStep4]
CommandletClass=GenerateTextLocalizationResource
;Export PO files
[GatherTextStep5]
CommandletClass=InternationalizationExport
bExportLoc=true