Thin re-export barrel preserving the legacy import path.
The implementation now lives split by article type under
Constants/Articles. Editing one language for one article type
touches a single file under src/constants/articles/, eliminating
cross-type translator merge contention.
New code should import from ../constants/articles/index.js directly.
Description
Thin re-export barrel preserving the legacy import path.
The implementation now lives split by article type under Constants/Articles. Editing one language for one article type touches a single file under
src/constants/articles/, eliminating cross-type translator merge contention.New code should import from
../constants/articles/index.jsdirectly.