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 """ ) ```