Files
UnrealEngineUWP/Engine/Config/Localization/WordCount.ini
Justin Sargent f0c754fa1c Added the new Category and Keywords loc targets to the OneSky automation
[CL 2549755 by Justin Sargent in Main branch]
2015-05-13 17:39:49 -04:00

57 lines
1.8 KiB
INI

[CommonSettings]
bWordCountReport=true
DestinationPath=\\epicgames.net\root\UE3\Localization\WordCounts
CulturesToGenerate=es
CulturesToGenerate=ja
CulturesToGenerate=ko
CulturesToGenerate=pt-BR
CulturesToGenerate=zh-CN
;Write Text Localization Report for Engine
[GatherTextStep0]
CommandletClass=GenerateTextLocalizationReport
SourcePath=Content/Localization/Engine
ManifestName=Engine.manifest
WordCountReportName=Engine.csv
;Write Text Localization Report for Editor
[GatherTextStep1]
CommandletClass=GenerateTextLocalizationReport
SourcePath=Content/Localization/Editor
ManifestName=Editor.manifest
WordCountReportName=Editor.csv
;Write Text Localization Report for Editor Tool Tips
[GatherTextStep2]
CommandletClass=GenerateTextLocalizationReport
SourcePath=Content/Localization/ToolTips
ManifestName=ToolTips.manifest
WordCountReportName=ToolTips.csv
;Write Text Localization Report for Editor Property Names
[GatherTextStep3]
CommandletClass=GenerateTextLocalizationReport
SourcePath=Content/Localization/PropertyNames
ManifestName=PropertyNames.manifest
WordCountReportName=PropertyNames.csv
;Write Text Localization Report for Editor Tutorials
[GatherTextStep4]
CommandletClass=GenerateTextLocalizationReport
SourcePath=Content/Localization/EditorTutorials
ManifestName=EditorTutorials.manifest
WordCountReportName=EditorTutorials.csv
;Write Text Localization Report for Editor Categories
[GatherTextStep5]
CommandletClass=GenerateTextLocalizationReport
SourcePath=Content/Localization/Category
ManifestName=Category.manifest
WordCountReportName=Category.csv
;Write Text Localization Report for Editor Keywords
[GatherTextStep6]
CommandletClass=GenerateTextLocalizationReport
SourcePath=Content/Localization/Keywords
ManifestName=Keywords.manifest
WordCountReportName=Keywords.csv