github-actions[bot] opened a new pull request, #71240: URL: https://github.com/apache/airflow/pull/71240
* UI: Add missing preventRunningTasks translation for Italian and Thai The Italian and Thai locale files were missing the runAndTaskActions.options.preventRunningTasks key that was added to the English locale, so users on those locales saw the raw translation key instead of localized text in the clear task dialogs. * UI: Bust the translation cache when the version lookup fails The i18n loadPath is cache-busted with the running Airflow version, but on a failed VersionService.getVersion() call it silently fell back to an un-versioned request. Behind a caching CDN or browser cache (e.g. a managed deployment like Astronomer), that can serve a translation bundle cached from before a key was added, so newer keys render as raw i18n keys (see #71007) while older, already-cached keys translate fine. Fall back to a timestamp instead so the cache is always busted. * Apply suggestion from @bbovenzi --------- (cherry picked from commit 3dd137020958d69fc1d6f386ab5e0765ddd15dab) Co-authored-by: krystianpl26 <[email protected]> Co-authored-by: krystianpl26 <[email protected]> Co-authored-by: Brent Bovenzi <[email protected]> Co-authored-by: Brent Bovenzi <[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]
