TL;DR
%@ is replaced with %s during export
\n is replaced with \\n (according to the JSON standard), leading to \n character being visible on UI.
Hey folks,
Would you please take a look at the provided list above of differences between the original and the actual XCStrings file? They either cause unnecessary changes or even regressions, like actually showing \n chars on UI.
TL;DR
%@is replaced with%sduring export\nis replaced with\\n(according to the JSON standard), leading to\ncharacter being visible on UI.Hey folks,
Would you please take a look at the provided list above of differences between the original and the actual XCStrings file? They either cause unnecessary changes or even regressions, like actually showing
\nchars on UI.