08-13-2025, 06:16 PM
(08-13-2025, 10:07 AM)Eric.B Wrote: These seem to be tutorial windows and not the popups.
The tutorial windows have dynamic sized text areas to fit the tutorials in, however, our UI system doesn't have any sort of dynamic size system. So, it uses a very hackish solution of counting the number of characters in the text and the using that in a little formula to adjust the size. Chinese, by the nature of its written language has significantly fewer characters than other languages. That is why it breaks.
If you're a part of the translation team, one thing we can try is to pad the end of the translation text with blank space. Increasing the character count should increase the text area's height, thus making it visible.
Alright, I’ll go and try adding the extra spacing to see which parts need to be adjusted.