docs: document internal-only translation skip

This commit is contained in:
Peter Steinberger
2026-05-06 20:52:18 +01:00
parent 0eeb19f300
commit afc46e9233

View File

@@ -43,7 +43,7 @@ Normal runs translate only:
- locale pages with stale `x-i18n.source_hash`
- pages affected by source deletion/pruning
Internal files under `docs/.i18n/**` are not translation inputs.
Internal files under `docs/.i18n/**` are not translation inputs. Push-triggered runs that only change internal i18n files skip before the locale matrix.
If a locale job fails, its artifact is marked failed and carries no payload. The finalizer still commits successful locales. The failed locale remains stale and is picked up by the next incremental run because its source hashes still do not match.