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]
57 lines
1.8 KiB
INI
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-Hans
|
|
|
|
;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 |