Skip to content

fix: remove stray placeholder in de_DE MergeConflictEditor.Title translation - #2601

Open
mowi12 wants to merge 1 commit into
sourcegit-scm:developfrom
mowi12:fix/german-merge-conflict-editor-title
Open

fix: remove stray placeholder in de_DE MergeConflictEditor.Title translation#2601
mowi12 wants to merge 1 commit into
sourcegit-scm:developfrom
mowi12:fix/german-merge-conflict-editor-title

Conversation

@mowi12

@mowi12 mowi12 commented Aug 1, 2026

Copy link
Copy Markdown

The German translation read Merge-Konflikt – {0}, but the key is bound via DynamicResource in MergeConflictEditor.axaml (lines 14 and 31), so string.Format is never applied and the literal {0} was rendered in the window title.

en_US has never had a placeholder for this key, and de_DE was the only one of the 13 locales defining it that contained one. Also switches to plural, matching en_US and every other locale whose grammar marks number.

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.

1 participant