Chinese translation is incorrect in some situations in the Editor

UE - Editor - UI Systems - Localization - Apr 23, 2019

A user has reported that the Chinese localization of some editor elements are not correct. They mentioned that there are some words that are used that may be an appropriate replacement in some situa ...

Unable to save Blueprint Function Library if it references a string table entry

UE - Editor - UI Systems - Localization - Apr 4, 2019

Regression. Function library saving crashes if it references to a string table entry. ...

Wrong grouping separators are displayed when the Mac OS has been set to the German-Germany language and locale

UE - Editor - UI Systems - Localization - Mar 21, 2019

When converting a numerical value to text with grouping enabled, the grouping character that is used is not properly localized on a Mac. By default, the grouping character that is used when in the e ...

Delay when attempting to input Korean characters using an IME with certain types of text boxes

UE - Editor - UI Systems - Localization - Nov 8, 2018

A user has reported that inputting Korean into certain types of text boxes in the editor using an IME results in delayed input. The user reports that this occurs with SMultiLineEditableTextBox in th ...

Packaged project crashes on launch if third string literal in NSLOCTEXT macro is an empty string

UE - Editor - UI Systems - Localization - Aug 30, 2018

Using the NSLOCTEXT macro with the third string literal as an empty string causes a packaged game to immediately crash on launch. No Crash Reporter window opens, and no log is created. A sample pro ...

Crash when using Find in Blueprints with String Table references

UE - Editor - UI Systems - Localization - Jun 14, 2018

-culture= Launch Parameter no longer working when launching standalone game

UE - Editor - UI Systems - Localization - May 8, 2018

Launch parameter for changing culture no longer working with additional launch parameters. Also tested on packaged 4.19 project with same result. ...

Arabic Localization has both Arabic and English letters occupy the same space

UE - Editor - UI Systems - Localization - Mar 10, 2018

In past Engine Versions, Arabic Localization has not been in the Editor, but now symbols populate, but are split with English words. If Arabic is functioning, they should replace English words, not ...

Korean text in Japanese Editor properties

UE - Editor - UI Systems - Localization - Jan 26, 2018

In 4.19 Preview 2, Project settings menu has Korean even when running the editor in Japanese. This is a regression ...

Static regex patterns can cause crashes on shutdown

UE - Editor - UI Systems - Localization - Nov 28, 2017

The current lifetime management of regex patterns means that we can attempt to destroy them after ICU has been shutdown. We should change these to follow the same pattern as break-iterators, and exp ...