Skip to content

feat/german-language - #587

Merged
ExtraBinoss merged 7 commits into
webadderallorg:mainfrom
Eleria83:feat/german-language
Jul 31, 2026
Merged

feat/german-language#587
ExtraBinoss merged 7 commits into
webadderallorg:mainfrom
Eleria83:feat/german-language

Conversation

@Eleria83

@Eleria83 Eleria83 commented May 24, 2026

Copy link
Copy Markdown
Contributor

Pull Request Template

Description

translation from en to de

Motivation

german language is missing

Type of Change

New Feature

Test

Since i cannot test it i only can rely on code review.

  • Code Review done by CodeRabbit
  • Fix of issues done

Summary by CodeRabbit

  • New Features
    • Added German language support across the app with new translations for editor, settings, dialogs, extensions, launch/recording flow, shortcuts, and timeline UI.
    • Updated the available locale list to include German, enabling it to be selected as an interface language.

@coderabbitai

coderabbitai Bot commented May 24, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: 5848132c-4540-4cfc-a2df-f1336daaadd9

📥 Commits

Reviewing files that changed from the base of the PR and between 8aed819 and f27842e.

📒 Files selected for processing (1)
  • src/i18n/locales/de/settings.json
🚧 Files skipped from review as they are similar to previous changes (1)
  • src/i18n/locales/de/settings.json

📝 Walkthrough

Walkthrough

"de" is added to SUPPORTED_LOCALES, and German translation JSON files are added for common UI, dialogs, editor, timeline, settings, launch, extensions, and shortcuts.

Changes

German Locale Support

Layer / File(s) Summary
Locale registration and core UI translations
src/i18n/config.ts, src/i18n/locales/de/common.json, src/i18n/locales/de/dialogs.json, src/i18n/locales/de/shortcuts.json
Registers "de" and adds German strings for common labels, errors, dialogs, and shortcut configuration.
Editor and timeline translations
src/i18n/locales/de/editor.json, src/i18n/locales/de/timeline.json
Adds German translations for editor workflows, export controls, tutorials, and timeline features.
Settings translations
src/i18n/locales/de/settings.json
Adds German translations for settings, effects, captions, crop, background, export, and audio controls.
Launch and extensions translations
src/i18n/locales/de/launch.json, src/i18n/locales/de/extensions.json
Adds German strings for recording controls, permissions, update statuses, and extension marketplace actions.

Estimated code review effort: 3 (Moderate) | ~20 minutes

Possibly related PRs

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title is concise and accurately reflects the addition of German-language support.
Description check ✅ Passed The description covers purpose, motivation, type of change, and testing, but omits related issues, screenshots, and the checklist.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@coderabbitai coderabbitai Bot left a comment

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.

Actionable comments posted: 2

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@src/i18n/locales/de/editor.json`:
- Around line 9-46: The German locale's annotations block uses German keys which
breaks key-path lookups; rename the top-level key "Anmerkungen" to "annotations"
and change each German key to the matching English key used in en/editor.json
(e.g. "Einstellungen" -> "settings", "aktiv" -> "active", "text" -> "text",
"image" -> "image", "arrow" -> "arrow", "blur" -> "blur", "textContent" stays
"textContent", "textPlaceholder" stays "textPlaceholder", "fontStyle" ->
"fontStyle", "selectStyle" -> "selectStyle", "size" -> "size", "toggleBold" ->
"toggleBold", "toggleItalic" -> "toggleItalic", "toggleUnderline" ->
"toggleUnderline", "alignLeft" -> "alignLeft", "alignCenter" -> "alignCenter",
"alignRight" -> "alignRight", "textColor" -> "textColor", "background" ->
"background", "none" -> "none", "clearBackground" -> "clearBackground",
"uploadImage" -> "uploadImage", "supportedFormats" -> "supportedFormats",
"arrowDirection" -> "arrowDirection", "strokeWidth" -> "strokeWidth",
"arrowColor" -> "arrowColor", "deleteAnnotation" -> "deleteAnnotation",
"shortcutsAndTips" -> "shortcutsAndTips", "tipSelectAnnotation" ->
"tipSelectAnnotation", "tipCycleForward" -> "tipCycleForward",
"tipCycleBackward" -> "tipCycleBackward", "imageUploadSuccess" ->
"imageUploadSuccess", "imageUploadError" -> "imageUploadError", "blurStrength"
-> "blurStrength", "solidColor" -> "solidColor", and "borderRadius" ->
"borderRadius"; keep the German strings as values and preserve interpolation
tokens like {{width}}/{{strength}} exactly.

In `@src/i18n/locales/de/extensions.json`:
- Line 26: The translation key "von" is a localized identifier causing lookup
failures; rename the key to the canonical English identifier (e.g., replace the
"von" key with "author") while keeping the German value "Von {{author}}", and
update any code or template lookups that referenced "von" to use "author" (or
the chosen canonical key) so runtime i18n lookups succeed; locate the "von"
entry in the locales JSON and perform the key rename consistently across the
codebase.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: 294bd7a5-8d70-4187-bf12-21d22e00674a

📥 Commits

Reviewing files that changed from the base of the PR and between ac2b393 and af57231.

📒 Files selected for processing (9)
  • src/i18n/config.ts
  • src/i18n/locales/de/common.json
  • src/i18n/locales/de/dialogs.json
  • src/i18n/locales/de/editor.json
  • src/i18n/locales/de/extensions.json
  • src/i18n/locales/de/launch.json
  • src/i18n/locales/de/settings.json
  • src/i18n/locales/de/shortcuts.json
  • src/i18n/locales/de/timeline.json

Comment thread src/i18n/locales/de/editor.json Outdated
Comment thread src/i18n/locales/de/extensions.json Outdated
@ExtraBinoss

Copy link
Copy Markdown
Collaborator

Yes, nice PR :) always good to add some languages !!

@ExtraBinoss
ExtraBinoss merged commit 59ddc51 into webadderallorg:main Jul 31, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants