Finished Localization, change save&load logic to get correct player's start location in each level.
This commit is contained in:
33
hwanyoung2/Config/Localization/SourceCode_Gather.ini
Normal file
33
hwanyoung2/Config/Localization/SourceCode_Gather.ini
Normal file
@ -0,0 +1,33 @@
|
||||
; THESE ARE GENERATED FILES, DO NOT EDIT DIRECTLY!
|
||||
; USE THE LOCALIZATION DASHBOARD IN THE UNREAL EDITOR TO EDIT THE CONFIGURATION
|
||||
[CommonSettings]
|
||||
SourcePath=Content/Localization/SourceCode
|
||||
DestinationPath=Content/Localization/SourceCode
|
||||
ManifestName=SourceCode.manifest
|
||||
ArchiveName=SourceCode.archive
|
||||
NativeCulture=en
|
||||
CulturesToGenerate=en
|
||||
CulturesToGenerate=ko-KR
|
||||
|
||||
[GatherTextStep0]
|
||||
CommandletClass=GatherTextFromSource
|
||||
SearchDirectoryPaths=Source
|
||||
ExcludePathFilters=Config/Localization/*
|
||||
FileNameFilters=*.h
|
||||
FileNameFilters=*.cpp
|
||||
FileNameFilters=*.ini
|
||||
ShouldGatherFromEditorOnlyData=false
|
||||
|
||||
[GatherTextStep1]
|
||||
CommandletClass=GenerateGatherManifest
|
||||
|
||||
[GatherTextStep2]
|
||||
CommandletClass=GenerateGatherArchive
|
||||
|
||||
[GatherTextStep3]
|
||||
CommandletClass=GenerateTextLocalizationReport
|
||||
bWordCountReport=true
|
||||
WordCountReportName=SourceCode.csv
|
||||
bConflictReport=true
|
||||
ConflictReportName=SourceCode_Conflicts.txt
|
||||
|
Reference in New Issue
Block a user