Skip to content

[Editor] Characters (quotes) in translations should be escaped #253

@Mitcheljager

Description

@Mitcheljager

Quotes aren't escaped, causing them to break strings in the Workshop output.

actions { 
   A = @translate(baguette, 1234);
}
actions {
  A = Value In Array(
    Array(Custom String("eng "lish" {0}", 1234), Custom String("fre "nch" {0}", 1234)),
      Max(False, Index Of Array Value(Global.WCDynamicLanguages, Custom String("{0}", Map(Practice Range), Null, Null)))
  )
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions