Hi! Did you by chance figured out how to make the game compatible with Thai font? We've tried everything we could think of, but to no avail :(
TripleTroubleLoc
3
Posts
A member registered Mar 31, 2024 · View creator page →
Creator of
Recent community posts
LocJAM 6 community » Community help · Replied to AbsolutelNoobl in Thai language font incompatibility.
LocJAM 6 community » Community help · Replied to Smaxx in Is there a way to translate files on a CAT tool
LocJAM 6 community » Community help · Replied to Smaxx in Is there a way to translate files on a CAT tool
Hi! Could you please point out where I went wrong?
The text editor didn't find any matches for the pattern ^(t[\d+]\s+=\s+")(.*)("\s+--), so I changed it to ^(t.[\d]+.\s+=\s+")(.*)("\s+--) which seemed to work (I by no means know what I'm doing when it comes to regex, so the issue probably lies here). I replaced the matches with $1\t$2\t$3 and converted the file to TSV.
However, when I opened it as a TSV in Excel, all the lines were in one long row (see the screenshot).
How do I fix this? Is there another regex pattern I could try?