This is an automated email from the ASF dual-hosted git repository.
jscheffl pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 04f4c47a6bc Close German translation gaps for full UI translation
2025-08-28 (#55042)
add ba35b9f4567 Add hungarian language package (#54716)
No new revisions were added by this update.
Summary of changes:
.github/CODEOWNERS | 1 +
.github/boring-cyborg.yml | 3 +
.../airflow/ui/public/i18n/locales/hu/admin.json | 167 +++++++++++
.../airflow/ui/public/i18n/locales/hu/assets.json | 30 ++
.../airflow/ui/public/i18n/locales/hu/browse.json | 26 ++
.../airflow/ui/public/i18n/locales/hu/common.json | 315 +++++++++++++++++++++
.../ui/public/i18n/locales/hu/components.json | 136 +++++++++
.../src/airflow/ui/public/i18n/locales/hu/dag.json | 149 ++++++++++
.../airflow/ui/public/i18n/locales/hu/dags.json | 97 +++++++
.../ui/public/i18n/locales/hu/dashboard.json | 45 +++
.../airflow/ui/public/i18n/locales/hu/hitl.json | 31 ++
.../airflow/ui/public/i18n/locales/hu/tasks.json | 10 +
airflow-core/src/airflow/ui/src/i18n/config.ts | 1 +
13 files changed, 1011 insertions(+)
create mode 100644
airflow-core/src/airflow/ui/public/i18n/locales/hu/admin.json
create mode 100644
airflow-core/src/airflow/ui/public/i18n/locales/hu/assets.json
create mode 100644
airflow-core/src/airflow/ui/public/i18n/locales/hu/browse.json
create mode 100644
airflow-core/src/airflow/ui/public/i18n/locales/hu/common.json
create mode 100644
airflow-core/src/airflow/ui/public/i18n/locales/hu/components.json
create mode 100644 airflow-core/src/airflow/ui/public/i18n/locales/hu/dag.json
create mode 100644 airflow-core/src/airflow/ui/public/i18n/locales/hu/dags.json
create mode 100644
airflow-core/src/airflow/ui/public/i18n/locales/hu/dashboard.json
create mode 100644 airflow-core/src/airflow/ui/public/i18n/locales/hu/hitl.json
create mode 100644
airflow-core/src/airflow/ui/public/i18n/locales/hu/tasks.json