poreader
gleam add poreader
import poreader
pub fn main() {
"#, fuzzy
msgid \"some id\"
msgstr \"some translation\"
"
|> poreader.parse()
// Ok([ Singular("some id", "some translation", None, [Flag("fuzzy")])]),
}
Further documentation can be found at https://hexdocs.pm/poreader.
Development
gleam run # Run the project
gleam test # Run the tests