| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-06-07 | grit: Add basic parsing of xlf | Joel 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-05 | Add grit module to common | Joel 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. | |||
| 2025-02-04 | common: Add tests for git | Joel Klinghed | |
| Wanted to include a non-bare repo as well but git doesn't like one adding a non-bare git repo NOT as a submodule. And bare repos are the main code path anyway. | |||
