github-actions[bot] opened a new pull request, #72334:
URL: https://github.com/apache/airflow/pull/72334

   dayjs keeps one global locale and bundles only English, and the UI never
   told it which language i18next had resolved. Sentences assembled from both
   catalogues came out half translated: a deadline tooltip read "Must complete
   within 2 hours of queue time" with everything but the interval in Arabic,
   and every "Next Run" relative time stayed English too. No translation key
   was missing, so the completeness checks could never surface it.
   
   The locale data is registered eagerly rather than imported on demand
   because react-i18next re-renders synchronously on languageChanged; a
   dynamic import would resolve after that render and leave the previous
   language's durations on screen.
   (cherry picked from commit 7818b16048cdfa03d1b4b4cefc64fef226ae9b7c)
   
   Co-authored-by: Baha Bouali <[email protected]>


-- 
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]

Reply via email to