Skip to content

Commit

Permalink
Merge branch 'develop' into #762-ios-configuration-of-copy-task
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex009 committed Sep 22, 2024
2 parents 14df36b + 7630e49 commit d507995
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ internal fun String.removeAndroidMirroringFormat(): String {
// Remove android format from string
return replace("""\'""", "'")
.replace("""\"""", "\"")
.replace("""\?""", "?")
.replace("""\@""", "@")
}

internal fun String.convertXmlStringToAndroidLocalization(): String {
Expand Down

0 comments on commit d507995

Please sign in to comment.