mirror of
https://github.com/home-assistant/frontend.git
synced 2026-08-03 13:01:40 +00:00
1de7230d9e
* Fall back to English when nightly translations cannot be fetched Local builds no longer fail when the nightly translations fetch errors (offline or invalid GitHub credentials); they warn and continue with English only, like the existing no-token path. CI still fails so releases cannot silently ship without translations. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01V3oj5uaCRRaoXRd5iEffhi * Record fetched artifact only after successful extraction A failure mid-fetch previously left a fresh artifact.json next to wiped translations, so builds within the next 24 hours skipped the fetch and silently built English only. Writing the artifact file last means a failed fetch is retried by the next build. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01V3oj5uaCRRaoXRd5iEffhi * Update build-scripts/gulp/fetch-nightly-translations.js Co-authored-by: Simon Lamon <32477463+silamon@users.noreply.github.com> --------- Co-authored-by: Claude <noreply@anthropic.com> Co-authored-by: Simon Lamon <32477463+silamon@users.noreply.github.com>