akintos / UnrealLocres

UE4 localization resource file tool
84 stars 16 forks source link

Issue with It Takes Two CC Subtitles  #8

Open faketucker opened 1 year ago

faketucker commented 1 year ago

In the original CC subtitles, it looks like this:

image

But when you import translations, it will looks like this:

image

You may not see much difference, but the translated one is a bit higher than the original. There are clearer examples, but I did not have time to capture them.

Untitled-1

And I assume this happened because there was no line break between the CC and NO_CC subtitles in the original, but there was in the translated version: 

image

*I've used Alt + Enter to insert a newline

I've tried to use a single space instead of a line break but no avail.

image Untitled-1

faketucker commented 1 year ago

I tried to replace a line break with /n. It still did not work.