Skip to content

feat(i18n): add german localization#197

Merged
flick9000 merged 6 commits into
mainfrom
feat-deLanguage
Jun 5, 2026
Merged

feat(i18n): add german localization#197
flick9000 merged 6 commits into
mainfrom
feat-deLanguage

Conversation

@flick9000
Copy link
Copy Markdown
Owner

PR Type

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Refactoring
  • Style
  • Localization
  • Other

Description

Add German localization

flick9000 and others added 5 commits June 5, 2026 17:16
* german translation

* german translation

* abbreviation for german

* abbreviation for german

* fixed typo

* fixed typo

* fixed typo

* fixed typo

---------

Co-authored-by: Francesco <137506210+flick9000@users.noreply.github.com>
Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request adds German language support (de) to both the application and the website, including configuration updates, a flag icon, and comprehensive translation files. The reviewer suggested improving the German translations for the power plan options to match official Windows OS terminology ("Höchstleistung" and "Ultimative Leistung").

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

Comment thread app/src/i18n/locales/de.json Outdated
Comment on lines +169 to +170
"performance.powerplan.highperformance": "High Performance",
"performance.powerplan.ultimateperformance": "Ultimate Performance",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

medium

In German Windows, the power plans are officially named Höchstleistung (High Performance) and Ultimative Leistung (Ultimate Performance). Translating these keys ensures consistency with the German Windows OS terminology and the already translated 'Ausbalanciert' (Balanced) plan.

Suggested change
"performance.powerplan.highperformance": "High Performance",
"performance.powerplan.ultimateperformance": "Ultimate Performance",
"performance.powerplan.highperformance": "Höchstleistung",
"performance.powerplan.ultimateperformance": "Ultimative Leistung",

Comment thread website/src/i18n/locales/de.json Outdated
Comment on lines +169 to +170
"performance.powerplan.highperformance": "High Performance",
"performance.powerplan.ultimateperformance": "Ultimate Performance",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

medium

In German Windows, the power plans are officially named Höchstleistung (High Performance) and Ultimative Leistung (Ultimate Performance). Translating these keys ensures consistency with the German Windows OS terminology and the already translated 'Ausbalanciert' (Balanced) plan.

Suggested change
"performance.powerplan.highperformance": "High Performance",
"performance.powerplan.ultimateperformance": "Ultimate Performance",
"performance.powerplan.highperformance": "Höchstleistung",
"performance.powerplan.ultimateperformance": "Ultimative Leistung",

@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages Bot commented Jun 5, 2026

Deploying winscript with  Cloudflare Pages  Cloudflare Pages

Latest commit: e605d8b
Status: ✅  Deploy successful!
Preview URL: https://2d75eb7e.winscript.pages.dev
Branch Preview URL: https://feat-delanguage.winscript.pages.dev

View logs

@flick9000 flick9000 merged commit 38097b1 into main Jun 5, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants