{
  "_doc": "Supported locales registry. Currently hand-edited; Phase 3 wires this to /api/locales backed by SUPPORTED_LANGS in routes/translate.rs so adding a language is a single Rust constant change. 'ship' values: 'v1' = ships in current release; 'v1.1' = planned but not yet shipped; 'future' = registered for tracking. UI surfaces only show 'v1' entries until promoted.",
  "default": "en",
  "supported": [
    { "code": "en", "name_native": "English",  "ship": "v1" },
    { "code": "es", "name_native": "Español",  "ship": "v1" },
    { "code": "tl", "name_native": "Filipino", "ship": "future" }
  ]
}
