We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If you have a message that is quite long and you want to add linebreaks in that message there is no option to do that.
Add support for \n in translations
\n
Something like %newline% maybe
%newline%
No response
The text was updated successfully, but these errors were encountered:
@IndexOutOfMJ I feel the same way. Now it is surpassed by the following
"message": "Hello, \nworld"
<p style="white-space: pre-wrap;">{{ $t("message") }}</p>
Sorry, something went wrong.
@IndexOutOfMJ I feel the same way. Now it is surpassed by the following "message": "Hello, \nworld" <p style="white-space: pre-wrap;">{{ $t("message") }}</p>
@IndexOutOfMJ
I feel the same way. Now it is surpassed by the following
Yeah that's the only way to do it currently but I. Think that could be more beautiful
No branches or pull requests
Clear and concise description of the problem
If you have a message that is quite long and you want to add linebreaks in that message there is no option to do that.
Suggested solution
Add support for
\n
in translationsAlternative
Something like
%newline%
maybeAdditional context
No response
Validations
The text was updated successfully, but these errors were encountered: