How to stop Weblate from escaping Android XML too much #5657
Answered
by
nijel
TheLastProject
asked this question in
Q&A
-
Hey all, Weblate escapes my Android XML too much, forcing me to unescape it myself manually. Is there anything I can do to prevent this? See CatimaLoyalty/Android#154 for more info and CatimaLoyalty/Android#163 for the most recent PR I had to do this in. |
Beta Was this translation helpful? Give feedback.
Answered by
nijel
Mar 15, 2021
Replies: 1 comment 6 replies
-
It looks like a bug in the translate-toolkit the well-formed XML should be stored unescaped. |
Beta Was this translation helpful? Give feedback.
6 replies
Answer selected by
TheLastProject
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It looks like a bug in the translate-toolkit the well-formed XML should be stored unescaped.