Hello, the code translation resultes does not keep the JS object new lines for example:
"
{
test: "Hello",
test2: "World"
}
please translate json values to german
"
Results:
{ test: "Hallo", test2: "Welt" }
Note that this happen with any language, also while the results are generating i can see the new lines but they are removed when the code generation finish