Localized copy strings for the political-intelligence
landing page (14 languages). Lifted verbatim out of the monolithic
political-intelligence.ts so the language tables can be audited
and unit-tested in isolation.
Per-language overrides fall back to English defaults via
getPICopy. Adding a new key requires:
providing the English default in DEFAULT_COPY, and
translating every entry in PI_COPY (the build will fall
back to English silently if a translation is missing — there is
no compile-time exhaustiveness check on Partial<PICopy>).
Description
Localized copy strings for the political-intelligence landing page (14 languages). Lifted verbatim out of the monolithic
political-intelligence.tsso the language tables can be audited and unit-tested in isolation.Per-language overrides fall back to English defaults via getPICopy. Adding a new key requires:
Partial<PICopy>).