An option to treat newline escape symbol as space

I’m facing an issue where almost every string in my project triggers QA check issue that I forgot to put space between words, but due to project specific, text is not automatically wrapped so translation should contain \n symbols to indicate where the line should break.

So in essence, when my line looks like:
Hold {{Jump_Button}} to jump\nor climb up a wall

Then I receive QA check error:
Spellcheck failed for the following word: jumpor

An option to define some preprocessing before QA checks take place would help here, so let’s say, replace \n with space and then run a QA check on string. But it may sound like too specific feature, I understand :frowning:

Dear Tudzer, you may try to use the Regex Content Processor and tell the system what you want to substitute:

1 Like