bbovenzi commented on code in PR #72350: URL: https://github.com/apache/airflow/pull/72350#discussion_r3904797266
########## airflow-core/src/airflow/ui/src/utils/datetimeUtils.ts: ########## @@ -20,6 +20,7 @@ import dayjs from "dayjs"; import dayjsDuration from "dayjs/plugin/duration"; import relativeTime from "dayjs/plugin/relativeTime"; import tz from "dayjs/plugin/timezone"; +import i18n from "i18next"; dayjs.extend(dayjsDuration); dayjs.extend(relativeTime); Review Comment: Removed -- 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]
