Skip to content

i18n(Miscellaneous): Replace DAG as Dag(en,hi)#62923

Merged
choo121600 merged 3 commits intoapache:mainfrom
kkumtree:main
Mar 5, 2026
Merged

i18n(Miscellaneous): Replace DAG as Dag(en,hi)#62923
choo121600 merged 3 commits intoapache:mainfrom
kkumtree:main

Conversation

@kkumtree
Copy link
Copy Markdown
Contributor

@kkumtree kkumtree commented Mar 5, 2026


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

Description

This PR updates English(en), Hindi(hi) i18n about using Dag instead of DAG where it appears in UI.

Details

i18n/locales/en/dag.json

-      "modeTooltip": "(...) for easier DAG traversal.",
+      "modeTooltip": "(...) for easier Dag traversal.",

i18n/locales/hi/dag.json

-      "modeTooltip": "(...), जबकि ट्रैवर्स मोड आसान DAG ट्रैवर्सल के लिए क्लिक किए गए टास्क को स्वचालित रूप से सक्रिय फ़िल्टर के रूप में अपडेट करता है।",
+      "modeTooltip": "(...), जबकि ट्रैवर्स मोड आसान Dag ट्रैवर्सल के लिए क्लिक किए गए टास्क को स्वचालित रूप से सक्रिय फ़िल्टर के रूप में अपडेट करता है।",

Related PRs

etc.

Only for two locales, dag.json not updated about modeTooltip

# find . -type f -name "dag.json" | while read -r file; do jq -e '.panel.taskStreamFilter.modeTooltip? | type == "string" and contains("DAG")' "$file" > /dev/null && echo "$file"; done
./hi/dag.json
./en/dag.json

CC. @jscheffl @vatsrahul1001


  • 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.

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.

Cool, nice catch!
LGTM

@choo121600 choo121600 merged commit 5bf3bd6 into apache:main Mar 5, 2026
36 checks passed
dominikhei pushed a commit to dominikhei/airflow that referenced this pull request Mar 11, 2026
* i18n(Ko): Replace DAG as Dag

* i18n(miscellaneous): Replace DAG as Dag(en,hi)

---------

Co-authored-by: Yeonguk Choo <choo121600@gmail.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.

2 participants