bbovenzi commented on code in PR #59270:
URL: https://github.com/apache/airflow/pull/59270#discussion_r2673951205
##########
airflow-core/src/airflow/ui/public/i18n/locales/en/common.json:
##########
@@ -161,12 +161,14 @@
},
"pools": {
"deferred": "Deferred",
+ "includeDeferred": "Include Deferred",
"open": "Open",
"pools_one": "pool",
"pools_other": "pools",
"queued": "Queued",
"running": "Running",
- "scheduled": "Scheduled"
+ "scheduled": "Scheduled",
+ "totalPools": "Total Pools"
Review Comment:
We don't use this anymore
```suggestion
```
##########
airflow-core/src/airflow/ui/public/i18n/locales/en/common.json:
##########
@@ -161,12 +161,14 @@
},
"pools": {
"deferred": "Deferred",
+ "includeDeferred": "Include Deferred",
"open": "Open",
"pools_one": "pool",
"pools_other": "pools",
"queued": "Queued",
"running": "Running",
- "scheduled": "Scheduled"
+ "scheduled": "Scheduled",
+ "totalPools": "Total Pools"
Review Comment:
Are we using these new translations anymore?
--
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]