Product pillar · v0.15.1

product-localization Product Localization Matrix

Locale coverage matrix for a product — the list of languages the product ships in, with per-locale completeness, script, RTL flag, and the surfaces (`app`, `landing`, or both) the locale targets. The default language anchors the source-of-truth strings; every other locale is measured against it. Scope: one per product. Lives at `product/localization.yaml`.

$id · https://corpospec.com/schemas/v0.15.1/product-localization.schema.json

Fields

Field Type Required Description
default_language string yes
id PathRef? PathRef of this record (conventionally `product/localization`).
locales LocaleRow[]

Definitions

Shared types referenced within this schema.

LocaleRow
type: object
LocaleScope
enum: "app", "landing", "both"
PathRef
Path-based cross-reference relative to .corpospec/ root. Pattern: `^[a-z0-9_-]+(/[a-z0-9_.-]+)+$`
pattern: ^[a-z0-9_-]+(/[a-z0-9_.-]+)+$

Reference in your YAML

# yaml-language-server: $schema=https://corpospec.com/schemas/v0.15.1/product-localization.schema.json