mirror of
https://github.com/mauriceboe/TREK.git
synced 2026-06-19 21:31:46 +00:00
bf3649942c
LOCALES is now built via Object.fromEntries from SUPPORTED_LANGUAGES, so adding a new language only requires one change in supportedLanguages.ts. Also types translations as Record<SupportedLanguageCode, ...> so TypeScript enforces that every supported language has a translation entry.