I'm currently working on the german translation file and noticed that a lot of manual linebreaks (\n) are inside the translation files. It would be more efficient to automatically linebreak if a given character limit is reached and use linebreaks only for styling / better readability.
Context
I'm currently working on the german translation file and noticed that a lot of manual linebreaks (
\n
) are inside the translation files. It would be more efficient to automatically linebreak if a given character limit is reached and use linebreaks only for styling / better readability.