summaryrefslogtreecommitdiff
path: root/server/common/src/testdata/grit
AgeCommit message (Collapse)Author
2025-06-07grit: Add basic parsing of xlfJoel Klinghed
This doesn't read the full xliff format, it only reads the translation target string and the id for the translation unit.
2025-06-05Add grit module to commonJoel Klinghed
Parses grit files. I tried using serde-xml-rs but it can't handle text mixed with elements so xml-rs and event stream it is.