A human-readable language/region pairing for the TUI’s launch-language
picker, e.g. “Portuguese (Brazil)” → pt-BR. Curated rather than
exhaustive: the common languages and regional variants engineers actually
test with, not every BCP-47 tag iOS recognizes. The CLI’s --language
flag bypasses this table entirely and takes a raw tag, so it is unaffected
by what is or isn’t listed here.
A human-readable Region for the TUI’s launch-region picker — the same
concept as Settings → General → Language & Region → Region on a real
device, e.g. “Brazil” → BR. Curated rather than exhaustive: the App
Store territories engineers actually test region-gated features against,
not every ISO 3166-1 code. The CLI’s --region flag bypasses this table
entirely and takes a raw code, so it is unaffected by what is or isn’t
listed here.
Which built-in TUI color theme to use. The actual colors live in
holodeck-tui::theme (a rendering concern) — this is just the selector,
kept in Core alongside the rest of Config so it round-trips through
~/.config/holodeck/config.json like videoCodec/screenshotType.