Files
UnrealEngineUWP/Engine/Source/Runtime/Core/Public/Internationalization
jamie dale 2eb6a13df4 Added FText::Join as a way to combine delimited text in a localization friendly way
Updated FTextBuilder to use this to join several generated lines together, rather than building a single FString which loses all the localization information.

Note: FTextBuilder will now consistently add a line when any of its AppendLine functions are called, whereas previously it may have done nothing if the builder was empty and indentation was disabled.

#rb Francis.Hurteau


#ROBOMERGE-SOURCE: CL 5740279 via CL 5740280 via CL 5740281 via CL 5745290

[CL 5745350 by jamie dale in Main branch]
2019-04-04 13:44:41 -04:00
..