SakshamSinghal20 opened a new pull request, #61366: URL: https://github.com/apache/airflow/pull/61366
This PR resolves an issue where translation keys for "Blocking Dependencies" in the Task Instance Details panel were missing (e.g., `dag.blockingDeps.title`, `dag.blockingDeps.dependency`), displaying raw keys instead of the localized text. The `dag` and `tasks` translation files existed in the locales directory but were not registered in the i18n configuration ([config.ts](cci:7://file:///c:/Users/Saksham%20Singhal/OneDrive/Desktop/Airflowww/airflow/airflow-core/src/airflow/ui/src/i18n/config.ts:0:0-0:0)), preventing them from being loaded. This change adds both namespaces to the configuration to ensure the translations are applied correctly. closes: #61314 --- ##### Was generative AI tooling used to co-author this PR? No -- 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]
