Localized copy tables and the canonical category order used
by the sitemap HTML pages. Lifted out of sitemap.ts so the data can
be shared between the HTML renderer and any future consumer (RSS title
fallback, structured-data builder, etc.) without duplicating 14
language variants.
No imports from other generator modules — this file is leaf data
with a single public type re-export from ../types/index.ts. That
keeps the bounded context of "sitemap copy" pure, makes the file easy
to audit, and lets any new locale be added in one place.
Description
Localized copy tables and the canonical category order used by the sitemap HTML pages. Lifted out of
sitemap.tsso the data can be shared between the HTML renderer and any future consumer (RSS title fallback, structured-data builder, etc.) without duplicating 14 language variants.No imports from other generator modules — this file is leaf data with a single public type re-export from
../types/index.ts. That keeps the bounded context of "sitemap copy" pure, makes the file easy to audit, and lets any new locale be added in one place.