Skip to content

Adding Russian translation for UI#63450

Merged
jscheffl merged 19 commits intoapache:mainfrom
puzzle-rpa-team:main
Mar 17, 2026
Merged

Adding Russian translation for UI#63450
jscheffl merged 19 commits intoapache:mainfrom
puzzle-rpa-team:main

Conversation

@puzzle-rpa-team
Copy link
Copy Markdown
Contributor

Russian UI translation was added in this PR. Unfortunately, I am not an Airflow contributor, so I cannot add a code owner to CODEOWNERS; maybe someone would be willing to step in?
Thank you to all reviewers for their time in advance!


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

  • 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, in airflow-core/newsfragments. You can add this file in a follow-up commit after the PR is created so you know the PR number.

@boring-cyborg
Copy link
Copy Markdown

boring-cyborg bot commented Mar 12, 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

Copy link
Copy Markdown
Member

@choo121600 choo121600 left a comment

Choose a reason for hiding this comment

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

Wow, adding a new language! Thanks a lot for the contribution 🙌

@choo121600
Copy link
Copy Markdown
Member

nit: It looks like there might still be some untranslated or unused strings.

image

The following command might help identify and fix them:

breeze ui check-translation-completeness --language ru --add-missing --remove-unused

Copy link
Copy Markdown
Member

@pierrejeambrun pierrejeambrun left a comment

Choose a reason for hiding this comment

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

Cool! A new translation 🎉

Can't vouch for the translation quality, but as per our policy this will need a translation owner, and probably a sponsor.

More information in public/i18n/README.md. Would you be willing to become a translation owner, if yes do you know if someone in the community with 'write' access to the repo would be willing to sponsor you?

Otherwise you can reach out to the mailing list to find a trusted party in the community that is willing to take ownership for rusian translation.

Code owners file need to be updated.

@puzzle-rpa-team
Copy link
Copy Markdown
Contributor Author

I'm willing to become a translation owner if there isn't somebody already working on a Russian translation, but to my knowledge no one left a PR similar to mine, or started a Slack discussion on the topic. I guess I'll just ask on Slack?
It's my first contribution so I don't know anyone in the community (I'll update the CODEOWNERS file as per section 6.1 of public/i18n/README.md once I know more)

@puzzle-rpa-team
Copy link
Copy Markdown
Contributor Author

I updated CODEOWNERS to include jscheffl as a code owner, myself as a translation owner and renat-sagut as an engaged translator since they made quite a few helpful contributions and corrections

@jscheffl
Copy link
Copy Markdown
Contributor

Note: CI checks are failing but this looks rather like inherited from problems on main. I assume on next push this will turn green.

@renat-sagut
Copy link
Copy Markdown
Contributor

In general, I have some doubts that "Даг" is a good translation for DAG in Russian. I skimmed a few articles about Airflow in Russian, and most of them seem to keep the term "DAG" in English rather than transliterating it.

@puzzle-rpa-team should we follow the same approach here and keep "DAG" as is? What do you think?

https://practicum.yandex.ru/blog/apache-airflow/
https://habr.com/ru/articles/811807/
https://bigdataschool.ru/blog/news/apache-airflow-architecture-docker-setup/
https://gitverse.ru/blog/articles/architecture/64-apache-airflow-chto-eto-takoe-i-principy-raboty-arhitektury

@jscheffl
Copy link
Copy Markdown
Contributor

@puzzle-rpa-team the static checks failed, as I was on it anyway I pushed some fixes. Next time please check with contribution guides and install pre-commit checks with prek.
Fixes were made by prek run -a ts-compile-lint-ui and prek run -a update-breeze-cmd-output.

Copy link
Copy Markdown
Contributor

@renat-sagut renat-sagut left a comment

Choose a reason for hiding this comment

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

a few more findings

o.marchuk added 2 commits March 16, 2026 10:06
# Conflicts:
#	.github/CODEOWNERS
#	airflow-core/src/airflow/ui/public/i18n/locales/ru/assets.json
#	airflow-core/src/airflow/ui/public/i18n/locales/ru/common.json
#	airflow-core/src/airflow/ui/public/i18n/locales/ru/dashboard.json
@puzzle-rpa-team
Copy link
Copy Markdown
Contributor Author

Added "few" and "many" forms to the translation, also edited CODEOWNERS (now it's airflow-core/src/airflow/ui/public/i18n/locales/ru/ @jscheffl # + @puzzle-rpa-team @renat-sagut)

In general, I have some doubts that "Даг" is a good translation for DAG in Russian. I skimmed a few articles about Airflow in Russian, and most of them seem to keep the term "DAG" in English rather than transliterating it.

@puzzle-rpa-team should we follow the same approach here and keep "DAG" as is? What do you think?

Good point, but I tried to keep as much of the translation Cyrillic as possible - I thought about translating "Dag" as "НАГ", even, to keep a "directed acyclic graph" acronym. But that sounded too weird and I settled on transliterating instead.
In my last commit I changed all instances of "Даг" to "ДАГ", if that's an acceptable middle ground.

Copy link
Copy Markdown
Contributor

@jscheffl jscheffl left a comment

Choose a reason for hiding this comment

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

Cool! That looks promising!

Unfortunately there was some instability with files dev/breeze/doc/images/output_pr_auto-triage.* on main which forced you to add them to PR... and as this was fixed they (sorry) need to be re-generated on this PR (As the new language is listed there as one CLI option)

I am not an expert with Cyrillic letters... you now wrote you used "DAG" in Cyrillic letters? Correct understood?
As a community (need to find the email discussion thread if needed) we decided to refer to the term "DAG" in UI as using "Dag" (just one upper case letter) and keep "DAG" only in the class of the code (no need to migrate all Dags). Not sure if the comment by @renat-sagut referred to "Dag" or the translation that was in before. Cyrillic "Dag" would be more correct than "DAG".

The language keys now look great!

Approving... once the conflict is resolved from my side good to be merged (with above being a sanity question)

@renat-sagut
Copy link
Copy Markdown
Contributor

renat-sagut commented Mar 16, 2026

It looks like _few and _many are also missing in several other places. For example, favoriteDags_many and assetEvent_few, assetEvent_many are missing on the home page.

Copy link
Copy Markdown
Contributor

@renat-sagut renat-sagut left a comment

Choose a reason for hiding this comment

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

a few more suggestions

@jscheffl jscheffl merged commit f0018f8 into apache:main Mar 17, 2026
134 checks passed
@boring-cyborg
Copy link
Copy Markdown

boring-cyborg bot commented Mar 17, 2026

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

@github-actions
Copy link
Copy Markdown

Backport failed to create: v3-1-test. View the failure log Run details

Note: As of Merging PRs targeted for Airflow 3.X
the committer who merges the PR is responsible for backporting the PRs that are bug fixes (generally speaking) to the maintenance branches.

In matter of doubt please ask in #release-management Slack channel.

Status Branch Result
v3-1-test Commit Link

You can attempt to backport this manually by running:

cherry_picker f0018f8 v3-1-test

This should apply the commit to the v3-1-test branch and leave the commit in conflict state marking
the files that need manual conflict resolution.

After you have resolved the conflicts, you can continue the backport process by running:

cherry_picker --continue

If you don't have cherry-picker installed, see the installation guide.

@potiuk
Copy link
Copy Markdown
Member

potiuk commented Mar 18, 2026

NICE !

@choo121600
Copy link
Copy Markdown
Member

Cool! Congratulations on your first contribution and Welcome 🎉

imrichardwu pushed a commit to imrichardwu/airflow that referenced this pull request Mar 18, 2026
* feat: added russian ui translation

* fix: missing "one" and "many" for "files"

* fix: added "_few"

* fix: removed unused "few"'s, added "asset_many"

* Update airflow-core/src/airflow/ui/public/i18n/locales/ru/common.json

Co-authored-by: renat-sagut <renat.sagut@gmail.com>

* Update airflow-core/src/airflow/ui/public/i18n/locales/ru/common.json

Co-authored-by: renat-sagut <renat.sagut@gmail.com>

* Apply suggestions from code review

Co-authored-by: renat-sagut <renat.sagut@gmail.com>

* CODEOWNERS updated to include locales/ru

* Update .github/CODEOWNERS

* Fix static checks

* CODEOWNERS fixed + replaced "Даг" with "DAG"

* Apply suggestions from code review

Co-authored-by: renat-sagut <renat.sagut@gmail.com>

* Apply suggestions from code review

Co-authored-by: renat-sagut <renat.sagut@gmail.com>

* misc translation fixes

* Fix ts-compile-lint-ui

---------

Co-authored-by: o.marchuk <o.marchuk@mkskom.ru>
Co-authored-by: renat-sagut <renat.sagut@gmail.com>
Co-authored-by: Jens Scheffler <95105677+jscheffl@users.noreply.github.com>
Co-authored-by: Jens Scheffler <jscheffl@apache.org>
imrichardwu pushed a commit to imrichardwu/airflow that referenced this pull request Mar 18, 2026
* feat: added russian ui translation

* fix: missing "one" and "many" for "files"

* fix: added "_few"

* fix: removed unused "few"'s, added "asset_many"

* Update airflow-core/src/airflow/ui/public/i18n/locales/ru/common.json

Co-authored-by: renat-sagut <renat.sagut@gmail.com>

* Update airflow-core/src/airflow/ui/public/i18n/locales/ru/common.json

Co-authored-by: renat-sagut <renat.sagut@gmail.com>

* Apply suggestions from code review

Co-authored-by: renat-sagut <renat.sagut@gmail.com>

* CODEOWNERS updated to include locales/ru

* Update .github/CODEOWNERS

* Fix static checks

* CODEOWNERS fixed + replaced "Даг" with "DAG"

* Apply suggestions from code review

Co-authored-by: renat-sagut <renat.sagut@gmail.com>

* Apply suggestions from code review

Co-authored-by: renat-sagut <renat.sagut@gmail.com>

* misc translation fixes

* Fix ts-compile-lint-ui

---------

Co-authored-by: o.marchuk <o.marchuk@mkskom.ru>
Co-authored-by: renat-sagut <renat.sagut@gmail.com>
Co-authored-by: Jens Scheffler <95105677+jscheffl@users.noreply.github.com>
Co-authored-by: Jens Scheffler <jscheffl@apache.org>
fat-catTW pushed a commit to fat-catTW/airflow that referenced this pull request Mar 22, 2026
* feat: added russian ui translation

* fix: missing "one" and "many" for "files"

* fix: added "_few"

* fix: removed unused "few"'s, added "asset_many"

* Update airflow-core/src/airflow/ui/public/i18n/locales/ru/common.json

Co-authored-by: renat-sagut <renat.sagut@gmail.com>

* Update airflow-core/src/airflow/ui/public/i18n/locales/ru/common.json

Co-authored-by: renat-sagut <renat.sagut@gmail.com>

* Apply suggestions from code review

Co-authored-by: renat-sagut <renat.sagut@gmail.com>

* CODEOWNERS updated to include locales/ru

* Update .github/CODEOWNERS

* Fix static checks

* CODEOWNERS fixed + replaced "Даг" with "DAG"

* Apply suggestions from code review

Co-authored-by: renat-sagut <renat.sagut@gmail.com>

* Apply suggestions from code review

Co-authored-by: renat-sagut <renat.sagut@gmail.com>

* misc translation fixes

* Fix ts-compile-lint-ui

---------

Co-authored-by: o.marchuk <o.marchuk@mkskom.ru>
Co-authored-by: renat-sagut <renat.sagut@gmail.com>
Co-authored-by: Jens Scheffler <95105677+jscheffl@users.noreply.github.com>
Co-authored-by: Jens Scheffler <jscheffl@apache.org>
techcodie pushed a commit to techcodie/airflow that referenced this pull request Mar 23, 2026
* feat: added russian ui translation

* fix: missing "one" and "many" for "files"

* fix: added "_few"

* fix: removed unused "few"'s, added "asset_many"

* Update airflow-core/src/airflow/ui/public/i18n/locales/ru/common.json

Co-authored-by: renat-sagut <renat.sagut@gmail.com>

* Update airflow-core/src/airflow/ui/public/i18n/locales/ru/common.json

Co-authored-by: renat-sagut <renat.sagut@gmail.com>

* Apply suggestions from code review

Co-authored-by: renat-sagut <renat.sagut@gmail.com>

* CODEOWNERS updated to include locales/ru

* Update .github/CODEOWNERS

* Fix static checks

* CODEOWNERS fixed + replaced "Даг" with "DAG"

* Apply suggestions from code review

Co-authored-by: renat-sagut <renat.sagut@gmail.com>

* Apply suggestions from code review

Co-authored-by: renat-sagut <renat.sagut@gmail.com>

* misc translation fixes

* Fix ts-compile-lint-ui

---------

Co-authored-by: o.marchuk <o.marchuk@mkskom.ru>
Co-authored-by: renat-sagut <renat.sagut@gmail.com>
Co-authored-by: Jens Scheffler <95105677+jscheffl@users.noreply.github.com>
Co-authored-by: Jens Scheffler <jscheffl@apache.org>
abhijeets25012-tech pushed a commit to abhijeets25012-tech/airflow that referenced this pull request Apr 9, 2026
* feat: added russian ui translation

* fix: missing "one" and "many" for "files"

* fix: added "_few"

* fix: removed unused "few"'s, added "asset_many"

* Update airflow-core/src/airflow/ui/public/i18n/locales/ru/common.json

Co-authored-by: renat-sagut <renat.sagut@gmail.com>

* Update airflow-core/src/airflow/ui/public/i18n/locales/ru/common.json

Co-authored-by: renat-sagut <renat.sagut@gmail.com>

* Apply suggestions from code review

Co-authored-by: renat-sagut <renat.sagut@gmail.com>

* CODEOWNERS updated to include locales/ru

* Update .github/CODEOWNERS

* Fix static checks

* CODEOWNERS fixed + replaced "Даг" with "DAG"

* Apply suggestions from code review

Co-authored-by: renat-sagut <renat.sagut@gmail.com>

* Apply suggestions from code review

Co-authored-by: renat-sagut <renat.sagut@gmail.com>

* misc translation fixes

* Fix ts-compile-lint-ui

---------

Co-authored-by: o.marchuk <o.marchuk@mkskom.ru>
Co-authored-by: renat-sagut <renat.sagut@gmail.com>
Co-authored-by: Jens Scheffler <95105677+jscheffl@users.noreply.github.com>
Co-authored-by: Jens Scheffler <jscheffl@apache.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:dev-tools area:translations area:UI Related to UI/UX. For Frontend Developers.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants