fcode-i18n
Installation
SKILL.md
Factorial Code — i18n
A workspace keeps one locale per language it speaks: a YAML file of
translation keys under i18n/, synced by the CLI like any other resource.
fcode.i18n("key") resolves a key against the locale the current execution is
using — in process code, in module code, and (substituted server-side) in form
schemas. Platform model in fcode-core-concepts; CLI flow in fcode-cli; form
embedding in fcode-forms.