Android resources and Compose Resources share the same string resource representation but with one notable exception:
You don't need to escape special XML characters like "@" or "?" as you do for Android strings.
Source: https://kotlinlang.org/docs/multiplatform/compose-multiplatform-resources-usage.html#simple-strings
It would be very useful to add an option to lokalise2 file download to skip escaping these special characters, similarly to what has been done for JSON export with --json-unescaped-slashes.
Android resources and Compose Resources share the same string resource representation but with one notable exception:
Source: https://kotlinlang.org/docs/multiplatform/compose-multiplatform-resources-usage.html#simple-strings
It would be very useful to add an option to
lokalise2 file downloadto skip escaping these special characters, similarly to what has been done for JSON export with--json-unescaped-slashes.