Skip to content

Adding support for raw strings #40

@thomasameisel

Description

@thomasameisel

Currently the extraction regex does not take into account raw strings like Localized(#"this is a raw string"#, #"another raw string"#).

I believe there's also an issue with triple quotes:

Localized(
  "test",
  """
  this is a comment
  """
)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions