You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Translator double escapes the sequence \n => \n and some others. It breaks the display of text in the game. On my own, I couldn't find a way to automatically edit the text after auto-translation. In some places in the game text there are even sequences like \n\n\n\n\n and they break even more, because the auto-translator double escapes these sequences and you get \n\n\n\n\n. Is there any way to automatically replace \n with \n after getting the auto-translated text?
The text was updated successfully, but these errors were encountered:
Translator double escapes the sequence \n => \n and some others. It breaks the display of text in the game. On my own, I couldn't find a way to automatically edit the text after auto-translation. In some places in the game text there are even sequences like \n\n\n\n\n and they break even more, because the auto-translator double escapes these sequences and you get \n\n\n\n\n. Is there any way to automatically replace \n with \n after getting the auto-translated text?
The text was updated successfully, but these errors were encountered: