This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 800f733c22f fix: enable api to clear ti instances by specifying map
indexes (#56346)
add a244a0166a1 Add Thai UI translation (#56353)
No new revisions were added by this update.
Summary of changes:
.github/CODEOWNERS | 1 +
.github/boring-cyborg.yml | 3 +
.../airflow/ui/public/i18n/locales/th/admin.json | 166 +++++++++++
.../airflow/ui/public/i18n/locales/th/assets.json | 30 ++
.../airflow/ui/public/i18n/locales/th/browse.json | 26 ++
.../airflow/ui/public/i18n/locales/th/common.json | 318 +++++++++++++++++++++
.../ui/public/i18n/locales/th/components.json | 132 +++++++++
.../src/airflow/ui/public/i18n/locales/th/dag.json | 154 ++++++++++
.../airflow/ui/public/i18n/locales/th/dags.json | 96 +++++++
.../ui/public/i18n/locales/th/dashboard.json | 45 +++
.../airflow/ui/public/i18n/locales/th/hitl.json | 34 +++
.../airflow/ui/public/i18n/locales/th/tasks.json | 10 +
airflow-core/src/airflow/ui/src/i18n/config.ts | 1 +
dev/i18n/check_translations_completeness.py | 1 +
14 files changed, 1017 insertions(+)
create mode 100644
airflow-core/src/airflow/ui/public/i18n/locales/th/admin.json
create mode 100644
airflow-core/src/airflow/ui/public/i18n/locales/th/assets.json
create mode 100644
airflow-core/src/airflow/ui/public/i18n/locales/th/browse.json
create mode 100644
airflow-core/src/airflow/ui/public/i18n/locales/th/common.json
create mode 100644
airflow-core/src/airflow/ui/public/i18n/locales/th/components.json
create mode 100644 airflow-core/src/airflow/ui/public/i18n/locales/th/dag.json
create mode 100644 airflow-core/src/airflow/ui/public/i18n/locales/th/dags.json
create mode 100644
airflow-core/src/airflow/ui/public/i18n/locales/th/dashboard.json
create mode 100644 airflow-core/src/airflow/ui/public/i18n/locales/th/hitl.json
create mode 100644
airflow-core/src/airflow/ui/public/i18n/locales/th/tasks.json