Skip to content

Translations: add missing Polish translations for new UI keys#66822

Merged
mobuchowski merged 1 commit into
apache:mainfrom
potiuk:feat/pl-translations-missing-keys
May 18, 2026
Merged

Translations: add missing Polish translations for new UI keys#66822
mobuchowski merged 1 commit into
apache:mainfrom
potiuk:feat/pl-translations-missing-keys

Conversation

@potiuk
Copy link
Copy Markdown
Member

@potiuk potiuk commented May 12, 2026

Summary

Fills the 42 missing Polish translation keys flagged by breeze ui check-translation-completeness --language pl:

  • common.jsonsearch.advanced.{description,title} and the taskGroup_one/few/many/other plural forms
  • components.jsonbackfill.overrideExistingParams, graph.zoomToTask
  • dag.json — full deadlineAlerts and deadlineStatus blocks (deadline / termin terminology, mixedCount, finishedEarly/Late, upcoming, met, missed); grid.buttons.newerRuns/olderRuns; navigation.openGraphFilters; overview.deadlines.{showAll,title}; complete panel.graphFilters block
  • dags.jsonrunAndTaskActions.clearAllMapped.{button,buttonTooltip,title}

Polish requires 4 plural forms (_one/_few/_many/_other) per the locale guideline in .github/skills/airflow-translations/locales/pl.md, so the new count/missedCount/upcomingCount/taskGroup keys include all four forms.

Terminology choices follow the existing pl/ conventions ("Nadpisz" for override, "Wyczyść" for clear, "termin" for deadline, "Grupa zadań" for task group).

Test plan

  • breeze ui check-translation-completeness --language pl shows 0 missing
  • prek run check-i18n-json passes
  • Visual check of the new strings in the UI for the Polish locale

Was generative AI tooling used to co-author this PR?
  • Yes — Claude Code (Opus 4.7)

Generated-by: Claude Code (Opus 4.7) following the guidelines

@potiuk potiuk requested a review from mobuchowski as a code owner May 12, 2026 18:59
@boring-cyborg boring-cyborg Bot added area:translations area:UI Related to UI/UX. For Frontend Developers. translation:pl labels May 12, 2026
@potiuk
Copy link
Copy Markdown
Member Author

potiuk commented May 12, 2026

cc: @kacpermuda

Copy link
Copy Markdown
Collaborator

@kacpermuda kacpermuda left a comment

Choose a reason for hiding this comment

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

lgtm

42 new keys across common, components, dag, and dags namespaces:
deadline alerts/status block, panel graph filters, "Clear All Mapped
Tasks" actions, "Match anywhere" advanced search, task group plurals,
override-existing-params, zoom-to-task, and newer/older runs grid
buttons. Polish-specific _few and _many plural forms added for all
new pluralized keys.
@potiuk potiuk force-pushed the feat/pl-translations-missing-keys branch from 28ee9d8 to d789ce7 Compare May 17, 2026 19:29
@potiuk
Copy link
Copy Markdown
Member Author

potiuk commented May 17, 2026

@mobuchowski

@mobuchowski mobuchowski merged commit c5408b4 into apache:main May 18, 2026
83 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:translations area:UI Related to UI/UX. For Frontend Developers. translation:pl

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants