The GitHub Actions job "Tests AMD" on 
airflow.git/fix_localization_base_url_prefix has succeeded.
Run started by GitHub user jedcunningham (triggered by jedcunningham).

Head commit for run:
6c43409f25b8969a4541aa1e7633acb0247ab38f / Jed Cunningham 
<[email protected]>
Fix i18n requests ignoring base_url path configuration

When Airflow is deployed under a subpath (e.g., http://localhost:8080/foo),
i18n locale files were incorrectly requested from the root path instead of
respecting the configured base_url path. This caused translation files to
fail loading, resulting in untranslated UI text.

The fix ensures i18n requests properly honor the base_url path by dynamically
constructing the locale file paths based on the HTML base tag, similar to
how API requests are handled.

Fixes requests like:
- Before: http://localhost:8080/static/i18n/locales/en/assets.json
- After: http://localhost:8080/foo/static/i18n/locales/en/assets.json

Report URL: https://github.com/apache/airflow/actions/runs/16667546252

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to