Skip to content

feat(i18n): add German (de) language to the UI language switcher#5334

Merged
JhaSourav07 merged 1 commit into
JhaSourav07:mainfrom
xrvnd:feat/german-language-display
Jun 12, 2026
Merged

feat(i18n): add German (de) language to the UI language switcher#5334
JhaSourav07 merged 1 commit into
JhaSourav07:mainfrom
xrvnd:feat/german-language-display

Conversation

@xrvnd

@xrvnd xrvnd commented Jun 12, 2026

Copy link
Copy Markdown
Contributor

Description

Fixes #5330

Adds German (de) as a fully supported UI language. Users with their browser set to German, or who select it from the navbar dropdown, will see the entire interface translated — navbar, footer, landing page, customization studio, and dashboard — with automatic fallback to English for any missing key.

Files changed:

locales/de.json — new file, full German translation of all ~200 keys across every section
context/TranslationContext.tsx — added de to the Language union, translations map, and LANGUAGE_LABELS ('Deutsch')
locales/de.test.ts — new parity test asserting exact key completeness vs en.json, no empty values, and {{placeholder}} token integrity

Pillar

  • 🎨 Pillar 1 — New Theme Design
  • 📐 Pillar 2 — Geometric SVG Improvement
  • 🕐 Pillar 3 — Timezone Logic Optimization
  • 🛠️ Other (Bug fix, refactoring, docs)

Visual Preview

(Language switcher --> Deutsch now appears in the navbar dropdown)

Checklist before requesting a review:

  • I have read the CONTRIBUTING.md file.
  • I have tested these changes locally (localhost:3000/api/streak?user=YOUR_USERNAME).
  • I have run npm run format and npm run lint locally and resolved all errors (CI will fail otherwise).
  • My commits follow the Conventional Commits format (e.g., feat(themes): ..., fix(calculate): ...).
  • I have updated README.md if I added a new theme or URL parameter.
  • I have started the repo.
  • I have made sure that i have only one commit to merge in this PR.
  • The SVG output matches the CommitPulse "premium quality" aesthetic standard (no raw elements, smooth animations, correct fonts).
  • (Recommended) I joined the CommitPulse Discord community for contributor discussions, mentorship, and faster PR support.

@vercel

vercel Bot commented Jun 12, 2026

Copy link
Copy Markdown
Contributor

@xrvnd is attempting to deploy a commit to the jhasourav07's projects Team on Vercel.

A member of the Team first needs to authorize it.

@Aamod-Dev Aamod-Dev left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the contribution! The implementation looks solid and addresses the issue well. Approving.

@xrvnd

xrvnd commented Jun 12, 2026

Copy link
Copy Markdown
Contributor Author

@Aamod007 please use appropriate tags for this issue and merge
thanks!

@Aamod-Dev Aamod-Dev added GSSoC 2026 mentor:Aamod007 type:feature New features, additions, or enhancements level:intermediate Moderate complexity tasks quality:clean PR follows clean coding practices, proper formatting, documentation, and maintainability standards. labels Jun 12, 2026
@JhaSourav07 JhaSourav07 added the gssoc:approved PR has been reviewed and accepted for valid contribution points label Jun 12, 2026
@JhaSourav07 JhaSourav07 merged commit 6185f4f into JhaSourav07:main Jun 12, 2026
10 of 11 checks passed
@github-actions github-actions Bot added this to the GSSoC 2026 milestone Jun 12, 2026
@github-actions

Copy link
Copy Markdown
Contributor

🎉 Congratulations @xrvnd! Your PR has been successfully merged. 🚀

Thank you for contributing to CommitPulse. Your work helps us build a better tool for the community.

⚠️ Important for GSSoC Contributors:
You are strictly advised to join our Discord Server as it is mandatory for all GSSoC participants. All important announcements, point claims, and community discussions happen there.

Keep building! 💻✨

@xrvnd xrvnd deleted the feat/german-language-display branch June 12, 2026 18:02
@JhaSourav07 JhaSourav07 added gssoc:approved PR has been reviewed and accepted for valid contribution points and removed gssoc:approved PR has been reviewed and accepted for valid contribution points labels Jun 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

gssoc:approved PR has been reviewed and accepted for valid contribution points GSSoC 2026 level:intermediate Moderate complexity tasks mentor:Aamod007 quality:clean PR follows clean coding practices, proper formatting, documentation, and maintainability standards. type:feature New features, additions, or enhancements

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: add German (de) language support to TranslationContext

3 participants