Skip to content

Add initial Polish translation skill (#62000)#62106

Merged
jason810496 merged 4 commits intoapache:mainfrom
czajkowskis:feat-pl-translation-skill
Feb 23, 2026
Merged

Add initial Polish translation skill (#62000)#62106
jason810496 merged 4 commits intoapache:mainfrom
czajkowskis:feat-pl-translation-skill

Conversation

@czajkowskis
Copy link
Contributor

This PR adds locale-specific translation guidelines for Polish (pl) to support AI agents and translators working on the Airflow UI. The guidelines follow the template established in the parent issue and similar locale files like zh-CN.


Was generative AI tooling used to co-author this PR?
  • Yes (please specify the tool below)

Generated-by: [Claude Sonnet 4.5] following the guidelines


  • Read the Pull Request Guidelines for more information. Note: commit author/co-author name and email in commits become permanently public when merged.
  • For fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
  • When adding dependency, check compliance with the ASF 3rd Party License Policy.
  • For significant user-facing changes create newsfragment: {pr_number}.significant.rst or {issue_number}.significant.rst, in airflow-core/newsfragments.

: Added Polish translation skill
@boring-cyborg
Copy link

boring-cyborg bot commented Feb 18, 2026

Congratulations on your first Pull Request and welcome to the Apache Airflow community! If you have any issues or are unsure about any anything please check our Contributors' Guide (https://github.com/apache/airflow/blob/main/contributing-docs/README.rst)
Here are some useful points:

  • Pay attention to the quality of your code (ruff, mypy and type annotations). Our prek-hooks will help you with that.
  • In case of a new feature add useful documentation (in docstrings or in docs/ directory). Adding a new operator? Check this short guide Consider adding an example DAG that shows how users should use it.
  • Consider using Breeze environment for testing locally, it's a heavy docker but it ships with a working Airflow and a lot of integrations.
  • Be patient and persistent. It might take some time to get a review or get the final approval from Committers.
  • Please follow ASF Code of Conduct for all communication including (but not limited to) comments on Pull Requests, Mailing list and Slack.
  • Be sure to read the Airflow Coding style.
  • Always keep your Pull Requests rebased, otherwise your build might fail due to changes not related to your commits.
    Apache Airflow is a community-driven project and together we are making it better 🚀.
    In case of doubts contact the developers at:
    Mailing List: dev@airflow.apache.org
    Slack: https://s.apache.org/airflow-slack

@boring-cyborg boring-cyborg bot added area:dev-tools backport-to-v3-1-test Mark PR with this label to backport to v3-1-test branch labels Feb 18, 2026
@czajkowskis czajkowskis changed the title FEATURE Add initial Polish translation skill Feb 18, 2026
@czajkowskis czajkowskis changed the title Add initial Polish translation skill Add initial Polish translation skill (#62000) Feb 18, 2026
Updated SPDX-License-Identifier comment format for clarity.
Copy link
Member

@jason810496 jason810496 left a comment

Choose a reason for hiding this comment

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

For all Polish translation owners, I’d appreciate it if you could take a look when you have a moment. Thank you!

cc @kacpermuda

@potiuk
Copy link
Member

potiuk commented Feb 22, 2026

Looks great :)

@jason810496 jason810496 merged commit 3965b9b into apache:main Feb 23, 2026
62 checks passed
@boring-cyborg
Copy link

boring-cyborg bot commented Feb 23, 2026

Awesome work, congrats on your first merged pull request! You are invited to check our Issue Tracker for additional contributions.

dominikhei pushed a commit to dominikhei/airflow that referenced this pull request Mar 11, 2026
* FEATURE
: Added Polish translation skill

* FIX: SPDX licence move URL to separate line

Updated SPDX-License-Identifier comment format for clarity.

* Fix lint-markdown CI error

* Fix insert-license CI error

---------

Co-authored-by: LIU ZHE YOU <zhu424.dev@gmail.com>
Co-authored-by: Jason(Zhe-You) Liu <68415893+jason810496@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Define translation agent skill guidelines for Polish (pl) locale

5 participants