You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Allow multiple localization batches to run with a single invocation of the Editor. - Previously, when plugins are added each plugin will be gathered by a new Editor process. This change collapses all the batches to be gathered by a single Editor. - This consolidation is done by writing all of the config files needed for the gather into a .txt file and passed to the GatherText commandlet - GatherTextCommandlet now supports the -ConfigList parameter which will load a .txt file with 1 config file per line to be executed. - Introduced the ConsolidateConfigFiles parameter to the Localize UAT command. This consolidates all of the config files across the various localization batches into a single .txt file. This file is then passed to the GatherText commandlet to be run. #rb: Jamie.Dale #jira: FORT-697905 #test: Ran this locally to verify that localizing 2 plugins in batches and in consolidated form yield the same result. Non-unity of preflight also passed [CL 30703287 by leon huang in ue5-main branch]
8.6 KiB
8.6 KiB