feat(i18n): add internationalization with DE, FR, ES, PT translations #12
Reference in New Issue
Block a user
Delete Branch "feat/i18n"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Add a compile-time i18n system with 270 translation keys across 5 locales
(EN, DE, FR, ES, PT). Translations are embedded via include_str! and parsed
lazily into flat HashMaps with English fallback for missing keys.
Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com