| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-06-23 | clippy: Use if instead of empty match | Joel Klinghed | |
| 2025-06-23 | clippy: Use slice instead of vec when possible | Joel Klinghed | |
| 2025-06-19 | Initial support for translation reviews | Joel Klinghed | |
| 2025-06-08 | grit: Keep part when expanding | Joel Klinghed | |
| Makes it possible to still keep track of which file a string comes from. | |||
| 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-07 | grit: Add method for generating message translation id | Joel Klinghed | |
| reimplemented from a description of the grit id calculation | |||
| 2025-06-06 | grit: Add support for expanding grit-part in grit | Joel Klinghed | |
| 2025-06-06 | grit: Allow if's to be recursive | Joel Klinghed | |
| Not often used in grit files, if at all, but needed when we want to add support for expanding grit-part in grit structure. | |||
| 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. | |||
