-
Describe the issueWhen you have the string like this:
And you are trying to add whitespace so that in result you will have Yes it produce the warning but at the same time it add extra double quotes I already tried
Steps to reproduce the behavior
Expected behavior
No response Screenshots![]() Exception tracebackHow do you run Weblate?No response Weblate versionsNo response Weblate deploy checksAdditional contextNo response |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
This is actually correct; see https://developer.android.com/guide/topics/resources/string-resource#escaping_quotes If the quotes cause problems, you might be using a different format, such as Compose Multiplatform resources. |
Beta Was this translation helpful? Give feedback.
-
So we are good and issue can be closed |
Beta Was this translation helpful? Give feedback.
This is actually correct; see https://developer.android.com/guide/topics/resources/string-resource#escaping_quotes
If the quotes cause problems, you might be using a different format, such as Compose Multiplatform resources.