dkranchii opened a new pull request, #70111: URL: https://github.com/apache/airflow/pull/70111
Adds the missing Hindi (`hi`) translation entries so the locale reaches full coverage against the current English source, well above the 90% completeness threshold defined in [`airflow-core/src/airflow/ui/public/i18n/README.md`](https://github.com/apache/airflow/blob/main/airflow-core/src/airflow/ui/public/i18n/README.md). ### What's covered - `common.json` — keyboard-shortcut help dialog, preset filters, note editor (edit / preview / write), `dagRun.partitionDate`. - `dashboard.json` — alert "see more" / "see less" toggles and the pluralized "+N more alerts" count. - `hitl.json` — Human-in-the-loop review drawer and required-action list strings. - `admin.json`, `components.json`, `dags.json` — small remaining gaps around variable import status, partition-key help, and run-state count filters. Also removes six stale Hindi keys that were renamed or dropped on the English side (`asset_other`, `dagWarnings.error_other`, and four keyboard-shortcut keys that moved out of `dag.json`), so the locale no longer carries unused entries. ### Verification - `breeze ui check-translation-completeness --language hi` reports full coverage after this change. - No code, test, or configuration changes — JSON-only. - Placeholder syntax (`{{count}}`, `$t(...)`), pluralization suffixes (`_one` / `_other`), and interpolation variables are preserved. Translations follow the guidance in [`.github/skills/airflow-translations/locales/hi.md`](https://github.com/apache/airflow/blob/main/.github/skills/airflow-translations/locales/hi.md). --- ##### Was generative AI tooling used to co-author this PR? - [X] Yes — Cursor -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
