feat(i18n): add localization support for 13 languages#305
Merged
Conversation
Expands UI language support from 3 (en, es, fr) to 13 languages: German, Italian, Dutch, Polish, Portuguese (Brazil), Vietnamese, Chinese Simplified, Chinese Traditional, Japanese, and Korean — in addition to the existing English, Spanish, and French. Key changes: - Single source of truth: locale list and display names live in i18n/navigation.ts; date-fns mappings live in i18n/dateFnsLocales.ts - next.config.mjs converted to next.config.ts to import from TS sources - Schema, Zod validation, and crowdin.yml updated for all 13 locales - server-date-formatter updated with locale-specific "at" word map - InitialPreferencesDialog now reloads with correct locale URL on save - Fixed "TestPlanIt" brand name casing across all locale message files - Docs and blog post updated to reflect full language list Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Contributor
Author
|
🎉 This PR is included in version 0.27.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Expands UI language support from 3 languages (English, Spanish, French) to 13, adding German, Italian, Dutch, Polish, Portuguese (Brazil), Vietnamese, Chinese Simplified, Chinese Traditional, Japanese, and Korean.
Introduces a single source of truth for supported locales so adding a new language in the future requires changes to exactly two files (i18n/navigation.ts and i18n/dateFnsLocales.ts) plus running pnpm generate:dev and pnpm crowdin:sync.
Key changes:
Related Issue
N/A
Type of Change
How Has This Been Tested?
Test Configuration:
Checklist
Additional Notes
Translations are managed via Crowdin. The TestPlanIt brand name has been added to the Crowdin glossary as Do Not Translate to prevent machine translation from altering it in future syncs.
To add a new language in the future: