feat(i18n): add german localization#197
Conversation
* 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>
There was a problem hiding this comment.
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.
| "performance.powerplan.highperformance": "High Performance", | ||
| "performance.powerplan.ultimateperformance": "Ultimate Performance", |
There was a problem hiding this comment.
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.
| "performance.powerplan.highperformance": "High Performance", | |
| "performance.powerplan.ultimateperformance": "Ultimate Performance", | |
| "performance.powerplan.highperformance": "Höchstleistung", | |
| "performance.powerplan.ultimateperformance": "Ultimative Leistung", |
| "performance.powerplan.highperformance": "High Performance", | ||
| "performance.powerplan.ultimateperformance": "Ultimate Performance", |
There was a problem hiding this comment.
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.
| "performance.powerplan.highperformance": "High Performance", | |
| "performance.powerplan.ultimateperformance": "Ultimate Performance", | |
| "performance.powerplan.highperformance": "Höchstleistung", | |
| "performance.powerplan.ultimateperformance": "Ultimative Leistung", |
Deploying winscript with
|
| Latest commit: |
e605d8b
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://2d75eb7e.winscript.pages.dev |
| Branch Preview URL: | https://feat-delanguage.winscript.pages.dev |
PR Type
What kind of change does this PR introduce?
Description
Add German localization