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
Concatenated strings are skipped.
<IonLabel> {t("Thank you.\nYour inquiry will be answered soon.")} </IonLabel>
Use a concatenated string for newlines:
<IonLabel> {t("Thank you.' + "\n" + 'Your inquiry will be answered soon.")} </IonLabel>
Those concatenated strings should also be added to the translation file.
{ "Thank you.\nYour inquiry will be answered soon.": "Thank you.\nYour inquiry will be answered soon.", }
v16.14.2
21.6.14
WSL 2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
🐛 Bug Report
Concatenated strings are skipped.
To Reproduce
Use a concatenated string for newlines:
Expected behavior
Those concatenated strings should also be added to the translation file.
Your Environment
v16.14.2
21.6.14
WSL 2
The text was updated successfully, but these errors were encountered: