Skip to main contentCrate rimloc_core
Source - PoEntry
- Simple PO entry used by import/export utilities and tests.
- TransUnit
- Minimal unit used across crates to represent a single translation entry
scanned from RimWorld XML (Keyed/DefInjected) or produced by tools.
- RimLocError
- Keep a lightweight error type for crates that still import it.
- RIMLOC_SCHEMA_VERSION
- Schema version for RimLoc data outputs (JSON/PO headers).
- parse_simple_po
- Parse a minimal subset of PO syntax used across the workspace.
Supports single-line
msgid/msgstr pairs and optional reference lines (#: ...).
- Result
- Workspace-wide result alias.