Skip to content

fix(calendar): translate repeat-scope modal titles (Edit/Move/Delete repeat)#1001

Merged
renemadsen merged 1 commit into
stablefrom
fix/calendar-repeat-scope-i18n
Jun 11, 2026
Merged

fix(calendar): translate repeat-scope modal titles (Edit/Move/Delete repeat)#1001
renemadsen merged 1 commit into
stablefrom
fix/calendar-repeat-scope-i18n

Conversation

@renemadsen

Copy link
Copy Markdown
Member

The recurring-series scope dialog titles Edit repeat/Move repeat/Delete repeat (set inline by mode in repeat-scope-modal.component.html) were missing from the i18n source and rendered raw. Adds them to enUS.ts and propagates to all 25 languages (Danish: Rediger/Flyt/Slet gentagelse). Pure additive — no template/key changes. Follow-up to #1000.

🤖 Generated with Claude Code

'Edit repeat' / 'Move repeat' / 'Delete repeat' (the recurring-series scope
dialog titles, set inline by mode in repeat-scope-modal) were missing from the
i18n source and rendered as raw keys. Add them to enUS.ts and propagate to all
languages; Danish: Rediger/Flyt/Slet gentagelse.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings June 11, 2026 17:11

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Adds missing i18n entries for the recurring-series scope dialog titles (“Edit repeat” / “Move repeat” / “Delete repeat”) in the Backend Configuration plugin’s Angular i18n bundles, so the UI no longer renders these titles as raw strings/keys.

Changes:

  • Added the three missing repeat-scope title keys to enUS.ts.
  • Propagated the same keys to the other 25 locale files in i18n/.

Reviewed changes

Copilot reviewed 26 out of 26 changed files in this pull request and generated 9 comments.

Show a summary per file
File Description
eform-client/src/app/plugins/modules/backend-configuration-pn/i18n/enUS.ts Adds source keys for repeat-scope modal titles.
eform-client/src/app/plugins/modules/backend-configuration-pn/i18n/da.ts Adds Danish translations for repeat-scope modal titles.
eform-client/src/app/plugins/modules/backend-configuration-pn/i18n/deDE.ts Adds German translations for repeat-scope modal titles.
eform-client/src/app/plugins/modules/backend-configuration-pn/i18n/elGR.ts Adds Greek translations for repeat-scope modal titles.
eform-client/src/app/plugins/modules/backend-configuration-pn/i18n/esES.ts Adds Spanish translations for repeat-scope modal titles.
eform-client/src/app/plugins/modules/backend-configuration-pn/i18n/etET.ts Adds Estonian translations for repeat-scope modal titles.
eform-client/src/app/plugins/modules/backend-configuration-pn/i18n/fiFI.ts Adds Finnish translations for repeat-scope modal titles.
eform-client/src/app/plugins/modules/backend-configuration-pn/i18n/frFR.ts Adds French translations for repeat-scope modal titles.
eform-client/src/app/plugins/modules/backend-configuration-pn/i18n/hrHR.ts Adds Croatian translations for repeat-scope modal titles.
eform-client/src/app/plugins/modules/backend-configuration-pn/i18n/huHU.ts Adds Hungarian translations for repeat-scope modal titles.
eform-client/src/app/plugins/modules/backend-configuration-pn/i18n/isIS.ts Adds Icelandic translations for repeat-scope modal titles.
eform-client/src/app/plugins/modules/backend-configuration-pn/i18n/itIT.ts Adds Italian translations for repeat-scope modal titles.
eform-client/src/app/plugins/modules/backend-configuration-pn/i18n/ltLT.ts Adds Lithuanian translations for repeat-scope modal titles.
eform-client/src/app/plugins/modules/backend-configuration-pn/i18n/lvLV.ts Adds Latvian translations for repeat-scope modal titles.
eform-client/src/app/plugins/modules/backend-configuration-pn/i18n/nlNL.ts Adds Dutch translations for repeat-scope modal titles.
eform-client/src/app/plugins/modules/backend-configuration-pn/i18n/noNO.ts Adds Norwegian translations for repeat-scope modal titles.
eform-client/src/app/plugins/modules/backend-configuration-pn/i18n/plPL.ts Adds Polish translations for repeat-scope modal titles.
eform-client/src/app/plugins/modules/backend-configuration-pn/i18n/ptBR.ts Adds Brazilian Portuguese translations for repeat-scope modal titles.
eform-client/src/app/plugins/modules/backend-configuration-pn/i18n/ptPT.ts Adds Portuguese (Portugal) translations for repeat-scope modal titles.
eform-client/src/app/plugins/modules/backend-configuration-pn/i18n/roRO.ts Adds Romanian translations for repeat-scope modal titles.
eform-client/src/app/plugins/modules/backend-configuration-pn/i18n/skSK.ts Adds Slovak translations for repeat-scope modal titles.
eform-client/src/app/plugins/modules/backend-configuration-pn/i18n/slSL.ts Adds Slovenian translations for repeat-scope modal titles.
eform-client/src/app/plugins/modules/backend-configuration-pn/i18n/svSE.ts Adds Swedish translations for repeat-scope modal titles.
eform-client/src/app/plugins/modules/backend-configuration-pn/i18n/ukUA.ts Adds Ukrainian translations for repeat-scope modal titles.
eform-client/src/app/plugins/modules/backend-configuration-pn/i18n/csCZ.ts Adds Czech translations for repeat-scope modal titles.
eform-client/src/app/plugins/modules/backend-configuration-pn/i18n/bgBG.ts Adds Bulgarian translations for repeat-scope modal titles.

Edit: 'Redigera',
'Select date': 'Välj datum',
'Edit repeat': 'Redigera upprepning',
'Move repeat': 'Flytta upprepa',
Edit: 'Redigere',
'Select date': 'Velg dato',
'Edit repeat': 'Rediger gjentakelse',
'Move repeat': 'Flytt gjenta',
Edit: 'Editar',
'Select date': 'Selecione a data',
'Edit repeat': 'Editar repetição',
'Move repeat': 'Repita o movimento',
Edit: 'Editar',
'Select date': 'Selecione a data',
'Edit repeat': 'Editar repetição',
'Move repeat': 'Repita o movimento',
Comment on lines +508 to +510
'Edit repeat': 'Modifica ripeti',
'Move repeat': 'Muoviti ripeti',
'Delete repeat': 'Elimina ripeti',
Comment on lines +508 to +510
'Edit repeat': 'Editar repetir',
'Move repeat': 'Mover repetir',
'Delete repeat': 'Eliminar repetir',
Edit: 'Redagować',
'Select date': 'Wybierz datę',
'Edit repeat': 'Edytuj powtórzenie',
'Move repeat': 'Przesuń powtórz',
Comment on lines +508 to +509
'Edit repeat': 'Herhalen bewerken',
'Move repeat': 'Verplaats herhalen',
Comment on lines +559 to +561
'Edit repeat': 'Bearbeiten wiederholen',
'Move repeat': 'Bewegung wiederholen',
'Delete repeat': 'Löschen Sie die Wiederholung',
@renemadsen renemadsen merged commit e5a196c into stable Jun 11, 2026
27 checks passed
@renemadsen renemadsen deleted the fix/calendar-repeat-scope-i18n branch June 11, 2026 17:29
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