raisindb-translations
Installation
SKILL.md
RaisinDB Translations
How Translations Work
RaisinDB uses a file-overlay system for multi-language content:
- Base content lives in
.node.yamland serves as the default language (typically English). - Translation overlays live in
.node.{locale}.yamlfiles alongside the base file (e.g.,.node.fr.yaml,.node.de.yaml). - Only fields marked
translatable: truein their archetype or element type definition appear in translation files. - At query time, the server merges the base content with the requested locale's overlay.
content/launchpad/home/
.node.yaml # Base (English)
.node.fr.yaml # French overlay
.node.de.yaml # German overlay