44 lines
1.0 KiB
INI
44 lines
1.0 KiB
INI
|
|
[CommonSettings]
|
||
|
|
SourcePath=Plugins/UnLua/Content/Localization/UnLua
|
||
|
|
DestinationPath=Plugins/UnLua/Content/Localization/UnLua
|
||
|
|
ManifestName=UnLua.manifest
|
||
|
|
ArchiveName=UnLua.archive
|
||
|
|
PortableObjectName=UnLua.po
|
||
|
|
ResourceName=UnLua.locres
|
||
|
|
NativeCulture=en
|
||
|
|
CulturesToGenerate=en
|
||
|
|
CulturesToGenerate=zh-Hans
|
||
|
|
|
||
|
|
;Gather text from source code
|
||
|
|
[GatherTextStep0]
|
||
|
|
CommandletClass=GatherTextFromSource
|
||
|
|
SearchDirectoryPaths=Plugins/UnLua/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
|